by tpinon
getline and cin ??
|
|
[14 replies] Last: Sorry for not specifiyng. I was refering to the main loop. To change... (by nedo)
|
by b1b2b3b4
STL List Sorting (1,2)
|
|
[20 replies] Last: That won't let you sort by a different value. You need to use a lambd... (by LB)
|
by Guzfraba
char * enigma
|
|
[1 reply] : First, let's make it valid C++, const char *p="troll"; There are se... (by Cubbi)
|
by JakOrp
help with void functions
|
|
[2 replies] Last: so I am begginer too but things i see are 1) you need to put brackets ... (by mirec)
|
by mpack
Finding a prime number
|
|
[3 replies] Last: You are using a while loop when I think you mean to use a for loop. (by randisking)
|
by bruntmjust
Can not get prime function to work..help please
|
|
[16 replies] Last: Got it!! Thank you!! (by bruntmjust)
|
by nsashans
Why there is IF() output every time?
|
|
[2 replies] Last: Thanks! (by nsashans)
|
by shredhammer
Divide and conquer problem
|
|
[2 replies] Last: I agree with coder777. I tried it with 7, 10, and 15 points (with dif... (by aperio)
|
Overloading the << operator |
|
[1 reply] : This should help: http://www.cplusplus.com/forum/beginner/11449/ (by Lowest0ne)
|
by sajis997
undefined reference
|
|
[3 replies] Last: You are not linking against `glutils.o' (by ne555)
|
by ApacheOmega
Have a small problem with my insertion sort
|
|
[3 replies] Last: When you declare the array, you need a size. You should bring the dec... (by Lowest0ne)
|
by jcagro
string replace problem
|
|
[4 replies] Last: Ouups, yes you're right. I read too quickly the post I mentionned (htt... (by jcagro)
|
by Isengardium
Borlnad C++ eroor with if
|
|
[3 replies] Last: i am new to borland, before i worked in dev c++ and codeblockxx Soun... (by Chervil)
|
by Austin J
Void?
|
|
[5 replies] Last: The return statement can be especially useful if the function may ex... (by Chervil)
|
by Ch1156
Class help
|
|
[11 replies] Last: I have a suggestion for you, go to sfml-dev.org, see the documentation... (by bandicoot360)
|
by MarcusFenix
What is wrong with this code...
|
|
[3 replies] Last: Hi TheIdeasMan, Appreciate your response. With regards to ABC & buy,... (by MarcusFenix)
|
by diogoMD
Do while loop ignoring 2nd else if
|
|
[4 replies] Last: In this statement if (userInput == "w" || "W" || "w*" || "W*") e... (by vlad from moscow)
|
Need help with cin |
|
[1 reply] : Make n = 0; when you got some_other_object == card ; .... (by HiteshVaghani1)
|
by Ch1156
Emulate server login code
|
|
[no replies]
|
by ckw77
Help with Craps.. Still not Understanding
|
|
[no replies]
|