by Brandon23z
Struct to Private Class?
|
|
[4 replies] Last: Giblit is right about the output function (it is "Tell, Don't Ask"), b... (by LB)
|
working with nested vectors |
|
[3 replies] Last: Oh wait, I think I get it now. Thanks! (by heyyouyesyouiloveyou)
|
by BrookeP
Can someone compile this for me?
|
|
[5 replies] Last: Actually, 0 0 is an indeterminate form, but in many cases, it's treat... (by long double main)
|
Separating Interface from Implementation (1,2) |
|
[24 replies] Last: If the project tab is empty that means you have no project open ;) (by LB)
|
by NheloAngelo
Nodes with char problem
|
|
[4 replies] Last: You can't use == with arrays. If you have char arrays, you can use st... (by Disch)
|
by pukol
fstream: modify text file
|
|
[no replies]
|
by chickens7
weird input skipping
|
|
[3 replies] Last: That works like a champ too, thanks! (by bookLearnin)
|
by heroicJ
next word of input
|
|
[10 replies] Last: So this is what I have before even formatting output. #include <iost... (by heroicJ)
|
by jwilt
function problems
|
|
[3 replies] Last: Yeah changing it to I worked, Thank you! (by jwilt)
|
by MRich
Connect 4 Dropping Pieces
|
|
[3 replies] Last: It should be: for(int i = (WinSize + EXTRA_ROWS) - 1; i >= 0; --i) ... (by yulingo)
|
by jwilt
infile problem
|
|
[5 replies] Last: passing by reference worked. and I have not been taught pointers yet. (by jwilt)
|
by bknick24
frequencies in vectors
|
|
[6 replies] Last: std:: just tells you where it comes from. He's explicitly stating tha... (by Stewbond)
|
by donjon
Difference
|
|
[2 replies] Last: Hi! Great response, thank you very much. Cheers (by donjon)
|
by sgharib
how to transform a program into a call by reference
|
|
[3 replies] Last: Here: int Array ; {for (int i=0; i<M ; i++) for (int j=0 ; j<M; j... (by Avilius)
|
by eman2013
Changing double to int using casting
|
|
[3 replies] Last: Thank you...I hadn't thought about that! (by eman2013)
|
by polarbear22
Where is the Syntax Error?
|
|
[8 replies] Last: Hey thanks for all the help, I have my program working now, it may not... (by polarbear22)
|
by Wolfej1994
Random arithmetic answers.
|
|
[3 replies] Last: Moved it to line 39 and it worked, thanks a lot guys :) (by Wolfej1994)
|
by alsade
memory lick
|
|
[4 replies] Last: To add on to what LB is saying... you should only delete what you all... (by Disch)
|
by bookLearnin
validating a string variable
|
|
[2 replies] Last: I didn't realize that, thanks alot! (by bookLearnin)
|
by alsade
how to intialize char array with class method
|
|
[1 reply] : Maybe something like this? class employee { char name ; unsigned i... (by Avilius)
|