by Andrew Shap
new operator and class-type instance members
|
|
[1 reply] : Your first example is right; your second is a memory leak. And yes,... (by jsmith)
|
How many years do you need to learn C++? (1,2) |
|
[22 replies] Last: When do you regard "learning C++" as finished? Cause if it's just the ... (by hanst99)
|
Syntax Errors and Formatting |
|
[2 replies] Last: int main (by Bazzy)
|
by j85thday
C2659: '=' : function as left operand
|
|
[no replies]
|
by manchester
Question about function
|
|
[6 replies] Last: Gee... I do know that feeling. Seriously, though, m4ster r0shi's ... (by Albatross)
|
fstream issue... |
|
[1 reply] : If you want to use the file for output and you want to create the file... (by m4ster r0shi)
|
by Nelo87
copy a string (with spaces) to char array
|
|
[3 replies] Last: Thank you. I need this because I'm trying to make a program that ev... (by Nelo87)
|
by jbl09
question about this loop:
|
|
[6 replies] Last: i realize what my mistake was and i appreciate all the input thank y... (by jbl09)
|
by cyeb
Sum of Digits in an Integer
|
|
[4 replies] Last: Thanks, solved! Both great explanations. =) (by cyeb)
|
by whiterose
new and delete operator
|
|
[3 replies] Last: It's interesting that that sample output is identical to one from the ... (by Bazzy)
|
by manchester
What am I doing wrong...
|
|
[1 reply] : You calculate total before you allow the user to enter values for leng... (by m4ster r0shi)
|
by solomeros
combining two int's
|
|
[2 replies] Last: 10x (by solomeros)
|
by WahooMan
Question about for loops
|
|
[2 replies] Last: No. It should be something like sum = 0; for (i = 0; i <= 1... (by WahooMan)
|
by a friend
cin problem
|
|
[2 replies] Last: Double post: http://cplusplus.com/forum/beginner/23092/ (by cnoeval)
|
by Nikoru
Are there Events in C++?
|
|
[1 reply] : Alice... Programming... please don't use the two in the same sentence.... (by packetpirate)
|
by manchester
Class program
|
|
[no replies]
|
by ischuldt
empty() vs Null
|
|
[2 replies] Last: If you are using QString or something like that then there is a diff... (by Duthomhas)
|
by jinjin12
switch statments :switch quantity not an integer
|
|
[9 replies] Last: did you get this resolved? if so, can you mark it as solved. (by stavros)
|
by award982
separate a string to separate characters in an aray
|
|
[1 reply] : A string is made out of separate characters here is an example st... (by Bazzy)
|
by aerowenn
Vector of Vectors size issues
|
|
[no replies]
|