by Manbran
Splitting an Input String With substr Only
|
|
[1 reply] : This should help http://www.cplusplus.com/reference/string/string/era... (by SamuelAdams)
|
by logdog9191
Help with C++
|
|
[1 reply] : What I have is not correct and is returning errors. Can you be more ... (by MikeyBoy)
|
by rogeruab
Define array of n variables
|
|
[5 replies] Last: Thanks, the function now works perfectly using vectors. #include <ve... (by rogeruab)
|
by Faz777
Random Access Empty STL List
|
|
[7 replies] Last: @Duoas You can actually insert() in an empty list: mylist.insert (my... (by coder777)
|
by Faz777
Algorithm
|
|
[3 replies] Last: Please don't delete your question after you've received an answer. It... (by MikeyBoy)
|
by om4r97
Fstream and store data in arrays
|
|
[3 replies] Last: You should remove the getline (line 28), otherwise you skip lines, and... (by fcantoro)
|
by wallischpls
Input/Output file problem
|
|
[4 replies] Last: Are you sure? When I compiled and ran your program it quite happily ou... (by commandline)
|
by Adasuna
Inputing Days to get months
|
|
[1 reply] : I presume the seg fault is either from the use of the variable month i... (by commandline)
|
by seanster
Help with dynamic array in a class
|
|
[2 replies] Last: In your ADD(...) function: Remove the parameter count3 (and probably... (by coder777)
|
by jackmartin
expected initializer before ‘int’
|
|
[8 replies] Last: @mbozzi thank you for the help its so much appreciated and helpful f... (by jackmartin)
|
by da peppester
How To Initialize Array Of Ints As String Literal
|
|
[3 replies] Last: Thank you so incredibly much for your input. You really are incredibly... (by da peppester)
|
What am i doing wrong? It will Display the correct answers but does nOt give the students? |
|
[no replies]
|
by koopey
creating general b tree. can't find the damn bug!
|
|
[3 replies] Last: In your function void overflow(btptr T,btptr &root) called from ins... (by mbozzi)
|
by BobMorane
Point class and variadic template
|
|
[2 replies] Last: Thanks Arslan7041 ! (by BobMorane)
|
by deviousd
Functions within external files
|
|
[2 replies] Last: I have solved the issue. Deleted both .h and .cpp Created new .h and ... (by deviousd)
|
by tennisnash2
C++ Program Help
|
|
[no replies]
|
by tennisnash2
Error in C++ Program Help Please
|
|
[4 replies] Last: Thank You! (by tennisnash2)
|
by whitenite1
Rotate Rubik's Cube array;
|
|
[11 replies] Last: I don't need to see it. If you have it figured out, that's all you ne... (by doug4)
|
by rosecall
Expected unqualified id
|
|
[2 replies] Last: Declare a class (BookType) type like this: BookType b and not class... (by crosslink)
|
by lFoxiel
Not sure whats wrong with my program.
|
|
[2 replies] Last: Your code is almost correct. But a few important details have been lef... (by crosslink)
|