whats better to use? |
|
[5 replies] Last: I'd go with the first one since I think it's easier to follow. (by TwoOfDiamonds)
|
cin buffer problem |
|
[2 replies] Last: when you press enter after entering the age,'\n' is saved in input buf... (by Akshit)
|
by LaC0saNostra
Trying to complete Net Pay Average
|
|
[2 replies] Last: line 121 remove int from the for loop. Move totalNetPay +=netpay ... (by bmiller)
|
by bfox2269
link list array
|
|
[1 reply] : I might be wrong on this, but I believe in main, you're printing out t... (by Volatile Pulse)
|
by x1222
Destructor not called when using New?
|
|
[3 replies] Last: So when I use new , I have to manually delete it Sort of. If you u... (by Disch)
|
by Dns
How to find the number of the element inside an array?
|
|
[4 replies] Last: You have to keep track of the size of the array yourself. If you're r... (by Lowest0ne)
|
by edumoette
What is a tilemap?
|
|
[1 reply] : http://lmgtfy.com/?q=tilemap&l=1 That will help. Lol I read that wron... (by bmiller)
|
Linux Makefiles |
|
[4 replies] Last: Ahhh. Never knew that. Thanks again :) (by Captain Cosine)
|
Clarify this please? |
|
[1 reply] : if gradeCounter is not equal to 0 then the variable total is caste... (by hacker804)
|
Need a sample |
|
[3 replies] Last: class human { public: string askForName(); private: string name; ... (by stoffe1100)
|
"Newline in constant" error |
|
[5 replies] Last: Oh! It's working now even though it was giving me errors about the bra... (by Dragonleopard88)
|
by killertcell
Keep If Statement going until right choice?
|
|
[3 replies] Last: thanks i completely forgot about the switch i will rewrite it with tha... (by killertcell)
|
What's the point of doing "using std::cout;"? |
|
[3 replies] Last: @DetectiveRawr can't you simply type "using namespace std;" to clear... (by vlad from moscow)
|
Help? |
|
[7 replies] Last: Well I learned about variables and now I"m at the control structure wh... (by DetectiveRawr)
|
by Kurisu
Hello World, three different ways? Which is best?
|
|
[3 replies] Last: I would say the third one is best! Welcome to c++. Pretty much everyt... (by stoffe1100)
|
by scu1casper
I/O Manipulation
|
|
[7 replies] Last: Figured it out. Your code was right, I just needed to say if (++lin... (by scu1casper)
|
help me please |
|
[7 replies] Last: ohh yeah, you right thank you i fixed it thank you again for your he... (by thunderxlight)
|
by Drenax
Min/Max Problems
|
|
[3 replies] Last: This is Turbo C++ code.Change this to VC++.Its 100% working. #includ... (by Akshit)
|
by kichithewolf
Looping with a string?
|
|
[2 replies] Last: works. Thank you! (by kichithewolf)
|
Trying to fix this D:!!! |
|
[4 replies] Last: lol Moschops. Thanks for the help. (by DetectiveRawr)
|