by evelinen23
Help, please!
|
|
[4 replies] Last: You don't need me to send the whole code, but can you at least explain... (by evelinen23)
|
by Matt Cromer
Help please! (Strings)
|
|
[3 replies] Last: Ahahahah oh my gosh! I was ripping my hair out last night. Thanks. (by Matt Cromer)
|
by Strudul
Libraries Question
|
|
[3 replies] Last: RTFM, it will tell you in which header is the function declared. iom... (by ne555)
|
by ErinCorona
error: 'oufile' was not declared in this scope|
|
|
[5 replies] Last: http://www.cplusplus.com/forum/beginner/59864/ (by Moschops)
|
by ErinCorona
error: no match for 'operator<<' in 'outfile << std::setw(10)'
|
|
[1 reply] : It means that the compiler does not know what to do when you use a <<... (by Moschops)
|
by brneuro
could someone explain this code plz
|
|
[3 replies] Last: Thanks for the replies. Peter, that is exactly the kind of response I ... (by brneuro)
|
by Zanje
Switch
|
|
[1 reply] : Duplicate of http://cplusplus.com/forum/general/59852/ (by Stewbond)
|
by ausairman
How do I make a double take up a known amount of characters in a stream?
|
|
[3 replies] Last: cool, thanks :) (by ausairman)
|
by scottoh
Program won't read file
|
|
[1 reply] : to open the file it must be located at same place as your program exe.... (by codekiddy)
|
by torrengu
how to converse string to float without losing precision
|
|
[3 replies] Last: To know why check out: http://docs.oracle.com/cd/E19957-01/806-3568/nc... (by histrungalot)
|
by Rommy
Add new source files to a project
|
|
[2 replies] Last: Thanks codekiddy (by Rommy)
|
by Damadger
convert devcpp project to vc++2010
|
|
[1 reply] : 1. create brand new project in MVSC++ 2. copy all your .h .cpp .hpp .c... (by codekiddy)
|
by lbgladson
Pointers and Vectors
|
|
[1 reply] : The code is compiling but I'm not getting any output. Any suggestions... (by codekiddy)
|
by fish1709
lost with my c++ code
|
|
[3 replies] Last: @jay6390 an example of the input file would be Robert Smith 4 2 1 2 1 ... (by fish1709)
|
by joshhazel
DUE TONIGHT!! Formatting table out to screen for money
|
|
[2 replies] Last: That worked great, thanks! (by joshhazel)
|
by tejas1995
Combinations in Arrays
|
|
[no replies]
|
Stack Overflow??? |
|
[4 replies] Last: You have a problem with the way you treat negative numbers. The code s... (by Kaarvan)
|
by billyb29
Problem with conditions
|
|
[7 replies] Last: if( x ) is the same as if( x != 0 ) and x = ... //returns ... th... (by Mathhead200)
|
by pilipino93
Copying or Moving Files
|
|
[6 replies] Last: I see. Well so do you recommend I switch over to visual studios C++ 2... (by pilipino93)
|
by ilmatte
static non-member functions
|
|
[3 replies] Last: no problem :) (by tfityo)
|