by Jumana
C++ code using while loop
|
|
[3 replies] Last: Thanks wildblue for your help.. I understand my errors, but I don't kn... (by Jumana)
|
by C add add
user error with if statements.
|
|
[1 reply] : http://www.cplusplus.com/reference/cctype/isdigit/ http://www.cpluspl... (by Jacobhaha)
|
by bl9009
Returning a local object results in garbage, while returning the same object temporary works fine
|
|
[3 replies] Last: Looks like you are creating the temporary just fine. The problem migh... (by Disch)
|
by vinodclv
Prevention of memory leakage
|
|
[4 replies] Last: Now that I am awake... I wanted to look at this again. Should be able ... (by mobotus)
|
string::erase problem |
|
[1 reply] : #include <iostream> #include <map> #include <string> #include <cctype... (by JLBorges)
|
by pkknox123
Reading File into Arrays
|
|
[3 replies] Last: I am not sure what you are asking. The program compiles and runs fine,... (by disturbedfuel15)
|
by amer456
Need Simple c++ coding Willing to pay.
|
|
[no replies]
|
Need help with game im trying to write |
|
[2 replies] Last: Please add code tags. See the <> to the right when you are creating o... (by pheininger)
|
by Jansel3
Calculator code.
|
|
[2 replies] Last: I wanted to do something like this : void PrintColor(Colors eColor) { ... (by Jansel3)
|
streaming/input/output program |
|
[1 reply] : You're definitely on the right track. My only comment is that proces... (by dhayden)
|
by Ali Tamim
something wrong...
|
|
[3 replies] Last: If you're limited to a stack then that's the right way to do it. (by dhayden)
|
by divyesh1969
Airline reservation System
|
|
[no replies]
|
by srscode
C++ For Dummies 7th Edition
|
|
[9 replies] Last: Lorence30 (368), as i see you have posted 368 times, you are not a beg... (by anup30)
|
by jazzy62552
I think my WHILE loop is wrong somewhere....
|
|
[2 replies] Last: int getItemsInfo(float& totPrice, int& totWeight) This function is d... (by pheininger)
|
by anip82
Pls help [urgent]
|
|
[3 replies] Last: There's a simple example here in the tutorial on the structure of a C+... (by wildblue)
|
by Ned757
What is the difference between void and int?
|
|
[1 reply] : They give the same output, since they both print the same statement th... (by wildblue)
|
by anip82
2nd Pls Help [urgent]
|
|
[1 reply] : Same thing as your other post... there is no main function. #includ... (by wildblue)
|
by kenzhu
Plz help me how to solve CodeBreaker
|
|
[4 replies] Last: I want to array and function (by kenzhu)
|
by Ned757
A good book for beginners (C++)
|
|
[1 reply] : try, 1. http://www.cplusplus.com/doc/tutorial/ 2. http://www.learncpp... (by anup30)
|
C++ V/S Java |
|
[2 replies] Last: it depends on what you want to to. C++ is best for game programming, ... (by anup30)
|