Need help with understanding concepts for upcoming quiz. |
|
[10 replies] Last: I got all of it except for question 8. (by noobplusminus)
|
by bknick24
i need vector & srand help
|
|
[4 replies] Last: (i'd pass your vector by reference into your print method too). (by mutexe)
|
by Jakobus
Undefined reference to a class
|
|
[6 replies] Last: Yes!!!!! Many many thanks EssGeEich, that was it! These stupid beginn... (by Jakobus)
|
by chry44
transform a code to pointers
|
|
[7 replies] Last: Thank you all so much! i really appreciate it!! I have this part too(n... (by chry44)
|
by Dcull
Dynamic Memory Allocation Problem - "expected type-specifier before"
|
|
[2 replies] Last: Oh man... That's embarassing. Thanks LB! That makes much more sense an... (by Dcull)
|
by Doggie
String Subscript Out Of Range
|
|
[1 reply] : The sizeof trick that you use to calculate the length only works on ar... (by Peter87)
|
by SorinAlex
Problem with moving x and 0
|
|
[2 replies] Last: Ok thanks i fixed it : changed len to 8 instead of 9. (by SorinAlex)
|
by theperson
How can I make these classes live in peace and cooperate with eachother?
|
|
[3 replies] Last: You can define the functions outside the class definitions. (by Peter87)
|
by haider885
Internal or External command
|
|
[5 replies] Last: Anyway, if you did want to run the shortcur, you need to specify C:\C... (by TwilightSpectre)
|
by jshm415
C++ Area of a Rectangle
|
|
[3 replies] Last: No, do not include rectArea.cpp . You just have your compiler both fi... (by TwilightSpectre)
|
by cincout
Visual Studio 2012 Errors
|
|
[1 reply] : what happensif you try and create a completely empty project and ins... (by mutexe)
|
by amitk3553
Sorting through STL containers
|
|
[5 replies] Last: std::map does sort on insertion (kind of automatically): http://www.c... (by coder777)
|
by amitk3553
Upcasting and downcasting
|
|
[1 reply] : http://www.bogotobogo.com/cplusplus/upcasting_downcasting.php Again, ... (by mutexe)
|
by amitk3553
STL containers
|
|
[2 replies] Last: google... http://stackoverflow.com/questions/10974922/what-is-the-bas... (by mutexe)
|
by talhabhatti5
Character array problem.
|
|
[2 replies] Last: Thanks. (by talhabhatti5)
|
by bpedigo
signed or unsigned int problem
|
|
[5 replies] Last: also you might want to make use of the algorithm max function http://w... (by Yanson)
|
by amitk3553
Object slicing
|
|
[1 reply] : http://lmgtfy.com/?q=object+slicing (by keskiverto)
|
by GRex2595
Break my code
|
|
[17 replies] Last: Yes!!! Thanks for all of your help! That was exactly the problem. T... (by GRex2595)
|
by theperson
Problem with codeblocks in Ubuntu: fatal error: month.h: No such file or directory
|
|
[3 replies] Last: Actually... now it isn't working when I tried doing the same thing in ... (by theperson)
|
by Misbahu
Multiple recursive functions
|
|
[7 replies] Last: You are right. I should have said that is a non-printable character (A... (by ats15)
|