letter-counting program |
|
[1 reply] : find() does not count: http://www.cplusplus.com/reference/string/strin... (by keskiverto)
|
by njrobby
Boolen funcion trouble
|
|
[2 replies] Last: Hi njrobby, You a few things going on here - the first one is to plea... (by TheIdeasMan)
|
by AceDawg45
How to open a file with fstream?
|
|
[no replies]
|
Question about the tutorials |
|
[3 replies] Last: Tutorials on this forums are very helpful and well-written, they are s... (by Uk Marine)
|
by playitpro
Completely stuck and lost
|
|
[1 reply] : It looks like you're expected to use functions, certainly for step 2; ... (by kbw)
|
by iluv41
Cannot get file to open?
|
|
[12 replies] Last: I had same problems in past. My mistake was not adding .txt or .xl or ... (by o0reyiz0o)
|
by gghf
terminating the loop with \n
|
|
[1 reply] : "\\n" is "\n" string. If you want to stop look when newline character ... (by MatthewRock)
|
by prestokeys
Family of function pointers
|
|
[1 reply] : I would recommend you looking into Factory pattern, it's probably what... (by MatthewRock)
|
Need to add info to section of program |
|
[10 replies] Last: @mikeyboy: Sincerely, you do that a lot. (by closed account iAk3T05o)
|
by njrobby
g++ compiles but nothing happens when I run
|
|
[1 reply] : while (done=false){ should probably be while (done==false){ .... (by Peter87)
|
by Uminious
'operator>>' Error
|
|
[2 replies] Last: Oh! xD That was a silly mistake. I always forget when I'm writing C++ ... (by Uminious)
|
by fi50
Wait, recursion does what?!
|
|
[1 reply] : This thread may help! http://www.cplusplus.com/forum/beginner/123122/ (by eyenrique)
|
by metulburr
mapped maps in classes
|
|
[2 replies] Last: You probably meant to do this: Dict<std::string, Dict<std::string,st... (by metulburr)
|
by drawinfinity
Floating point exception and infinite loop.
|
|
[1 reply] : Floating point exception is usually an error you get when dividing by ... (by Peter87)
|
by wcsjunior
Simple averaging problem
|
|
[2 replies] Last: Are you allowed to use arrays? i.e. //AverageProgram.cpp //## #in... (by eyenrique)
|
by pepstein
Compiler says a string doesn't name a type when it does
|
|
[2 replies] Last: thanks, that fixed it (by pepstein)
|
by SHUTitDOWNx
Unresolved external symbol
|
|
[3 replies] Last: Your tutor has provided declarations for all those methods in the head... (by MikeyBoy)
|
Template class |
|
[no replies]
|
by faust058
Rock paper scissors
|
|
[5 replies] Last: Thanks everyone. Got the problem figured out. You people rock. (by faust058)
|
by lovex24
limit input to only integer
|
|
[6 replies] Last: Thank you JLBorgers for the detailed explanation! (by lovex24)
|