by PSStallion
static method inside class
|
|
[no replies]
|
by Arcie
Getting extra cin line before while and if
|
|
[2 replies] Last: The reason I mentioned while is because if I switch while in for if, I... (by Arcie)
|
by dero
text file
|
|
[6 replies] Last: Could you read two lines (both 's' and 'r') at a time, test that both ... (by keskiverto)
|
by sosupin
Array problems, need help!
|
|
[6 replies] Last: Edit** I just read the name of who posted that question, lol... Sorry... (by MikeyBoy)
|
Step 3 Disch's Binary Tutorial, File Format |
|
[2 replies] Last: Ah I can visualize it much better now, thank you! But now the questio... (by Peppercorn142)
|
by ASCII14
more text based game trouble!
|
|
[2 replies] Last: where should I put it so it won't be declared more than once? -ASCII1... (by ASCII14)
|
by Mizfizz
std::endl or /n
|
|
[10 replies] Last: That depend. If you would want to learn C after you good In C++, go fo... (by MiiNiPaa)
|
by PSStallion
Overload error
|
|
[1 reply] : Post full error text (by MiiNiPaa)
|
by enemy
why is new int[] changing its adress???
|
|
[2 replies] Last: It doesn't. You're misreading the output. I got this output from ID... (by Disch)
|
by adamcampbell
I am struggling with a while loop please help
|
|
[18 replies] Last: It's got them flipped. im switching stuff around and it still looks li... (by adamcampbell)
|
by Arcie
Does Not Equal in relation to multiple possible inputs
|
|
[6 replies] Last: Thanks again! You guys rock! -Arcie (by Arcie)
|
by portea35
Help with Pointers and Classes
|
|
[1 reply] : You were trying to assign an object to a pointer to that object. Then ... (by MiiNiPaa)
|
by PSStallion
destructor
|
|
[3 replies] Last: Yup. All constructors and destructors must have the same name as the c... (by MrHutch)
|
Why won't my code go to the second option I want avaliable? |
|
[1 reply] : Hi @josephbraun99, if (Variable = 1) else if (Variable = 2) you... (by eyenrique)
|
by enemy
Where to put delete (from with new created array) in function?
|
|
[8 replies] Last: Thanks!!! Is it written ok: delete z? (by enemy)
|
by enemy
new- delete at the right place???
|
|
[4 replies] Last: Thanks a lot! And I was also told different, that made confusion!:tup (by enemy)
|
by Leon23
What am I doing wrong?
|
|
[4 replies] Last: ok, back home... here you go with the example i provided.. #include... (by Codermik)
|
by troyzkie
[Help Please] looping
|
|
[2 replies] Last: thankyou for the answer sir ill try the cin and get back for some more... (by troyzkie)
|
by Falke88
Some mistake with creating .h Files
|
|
[6 replies] Last: dang....what a trivial error. I should only use scope operators :: fo... (by Falke88)
|
by Verance
Fractions calculator
|
|
[5 replies] Last: void reduceFracc(int &numerator, int &denominator) { int *pNum; in... (by Verance)
|