UNIX/Linux Programming - September 2016

by cisse
std::sort doesn't work (c++11)
 
I Implementer class Which has its own iterator, I would apply the sort function of std but it does not work, I was told that the operator - is absent. Yet count...
[2 replies] Last: Thanks for help, but I can not find me, he put me the following error:... (by cisse)
by Tarbal
how to set path to c++ headers in Ubuntu 14.04?
 
So I've done this in the past with 10.04 and 12.04, but I can't seem to figure this out in 14.04. I read on some old forum that it can't be done if using gnome ...
[5 replies] Last: I had not heard of it until your post, but I'm more interested in high... (by Tarbal)
undefined symbol: in using shared library by dlopen command
 
Hi All, I am having main program which has one base class that needs to be used by shared library. Base class has some pure virtual method that derived class...
[1 reply] : http://www.eelis.net/iso-c++/testcase.xhtml for point 1, I recommend g... (by ne555)
Create a program that analyzes the results of the election.
 
The following is a small part of the project. We have to use basics of C++, loops, if/else, nothing really beyond functions to create this program that will ana...
[1 reply] : Hi, first of all please show us what code you have till now... how... (by shadder)
Printing class information
 
I'm doing this assignment for my class. I have gotten the program to ork but I am having an issue. When the program prints itself. It prints the information th...
[1 reply] : At lines 69 calculateGrade(studentArray, MAX_STUDENT); and line... (by Chervil)
How to fix this php server erorr in oscommerce
 
I am running an osCommerce app on Hostforlife.eu. I'm not a php expert though. I recently found that some admin pages give errors. I narrowed the problem down t...
[no replies]
by onk
Cant Running C++ Code with Java
 
Hi, I am new in c++ I have to run the program given below for my thesis. The source code is in c++ but the optimiztion tool (MOEAFramework) is in ja...
[1 reply] : Can you run the example: http://moeaframework.org/examples.html#exampl... (by keskiverto)
[Error] Expected Declaration before '}' token
 
gotoxy(5,35);cout<<"Subjects to be taken in:\n"; cout<<" Subject Code: Subjects:\n"; if (a1>75) {cout<<" HENGCO1 | ...
[1 reply] : You already have a thread about this program of yours: http://www.cplu... (by keskiverto)
[Error] Expected Unqualified-id before numeric constant
 
gotoxy(4,48);cout<<"Miscellaneous:"; gotoxy(4,49);cout<<"Registraton Fee"; gotoxy(57,49);cout<<"P 11,130.00"; gotoxy(4,50);cout<<"Library Fe...
[1 reply] : You already have a thread about this program of yours: http://www.cplu... (by keskiverto)
Error "a function-definition is not allowed here before "{" token" Help?
 
{for(int x=55;x<=60;x++) {gotoxy(x,y);color(0x9f);cout<<" ";}} } void loading() //loading screen {gotoxy(11,30);color(0xB9);cout<<" This program is made spe...
[10 replies] Last: If the parser fails to find a closing delimiter before the end-of-file... (by mbozzi)
Programm works fine in Visual Studio but not under g++
 
Hey guys, I wrote a Programm with a class "Buchungslist" which basically manages a linked list. The program works fine under Visual Studio and everything seems...
[3 replies] Last: considering that in lines 7,8 you touch the next,prev pointers, I wou... (by keskiverto)
Problem with __BEGIN_DECLS
 
http://pastebin.com/R8YqKRT4 listing14_4.cpp http://pastebin.com/xtNEyTd5 string.hpp http://pastebin.com/TsAb2K8A stdio.h Hi guys im a c++ noob and im doin...
[1 reply] : On line 1 of listing14_4.cpp you start defining a class. On line 2, y... (by cire)
Edit makefile to crosscompile library Linux->Windows
 
I found a couple of projects, complete with source code and makefile, that I want to include into my own private project. The makefiles are already set up to cr...
[1 reply] : Hi, could you share the link of the projects you are talking about? I... (by shadder)
linking Error for hidden symbols in static library (how to resolve this hidden symbol error while linking)
 
When I build static libraries of libQtGui and libQtCore CXXFLAGS -fvisibility=hidden is used for compiling each file of QtCore and QtGui. When I link this libra...
[no replies]
  Archived months: [aug2016] [oct2016]

This is an archived page. To post a new message, go to the current page.