by kmtompkins
command based
|
|
[1 reply] : Is it something like this you're looking for? http://www.youtube.com/w... (by firstlast)
|
by Kuma97
My factorial just works until 31
|
|
[7 replies] Last: ok I supposed I should use long long (by Kuma97)
|
by musicman74
Question about parrallel array input.
|
|
[4 replies] Last: That's great. I forgot what getline does to the input buffer. Makes to... (by musicman74)
|
how to make folders |
|
[2 replies] Last: im not understanding what you mean ? (by ProgramMaster)
|
by abdoShaf3i
find word in a file and where it is .
|
|
[2 replies] Last: thank you for helping (by abdoShaf3i)
|
by geniusberry
For Loop Variable Scope
|
|
[4 replies] Last: thanks NT3! that's what I'm looking for. and, I checked my compiler, a... (by geniusberry)
|
by PSStallion
how many constructor this class have?
|
|
[3 replies] Last: Copy and Move constructors? What do they do? I haven't used constructo... (by AceDawg45)
|
by iluv41
Is this a truncation problem?
|
|
[3 replies] Last: Use double instead of int. Or cast the whole result, not just percenta... (by MatthewRock)
|
by bloodvenom
Overloaded functions
|
|
[4 replies] Last: Oh i just omitted those. apprently it does work, i dont know why but ... (by bloodvenom)
|
by jbush
problem using makefile in windows 7
|
|
[no replies]
|
When to use classes |
|
[8 replies] Last: If you need help, just throw me an email at: sparkyqian@yahoo.ca Joe (by Little Captain)
|
by Mizfizz
C++ Book Recommendations?
|
|
[2 replies] Last: I recommend "Programming -- Principles and Practice Using C++" 2nd Edi... (by benbalach)
|
by Stabby222
Standard Deviation/Logic Error
|
|
[2 replies] Last: Inside the getSD function, what are you trying to do on line 125? The ... (by firedraco)
|
by Mizfizz
STL Help
|
|
[3 replies] Last: Well, you once didn't understand anything in C++, did you? :) Grab vec... (by MatthewRock)
|
by fjavierlara
I can't run my calculator program using switch
|
|
[4 replies] Last: Thank you for all your advise, I just realized that as Renthalkx97 sai... (by fjavierlara)
|
by iluv41
guessing game question, calculate games won?
|
|
[4 replies] Last: nvm (by iluv41)
|
by arsonholiday
writing my first oop code and having issues...
|
|
[2 replies] Last: right off the bat it is saying the list is sorted when there is no li... (by helios)
|
by Madeirey
Money Change Program
|
|
[1 reply] : The code is assigning values to those other dollar note variables that... (by wildblue)
|
by a967Bytes
class separate interface from implement.
|
|
[1 reply] : http://www.cplusplus.com/forum/general/113904/#msg622055 (by ne555)
|
by Lehthanis
Better way to handle this long if, else-if structure.
|
|
[3 replies] Last: You could use std::map . You'd use input as a key, and look up for, l... (by MatthewRock)
|