by Tkey
For loop keep going until 1000 euro
|
|
[3 replies] Last: Yea, finally it's working! Thank you for help! (by Tkey)
|
by cimps1987
Simple Problem (I Imagine It's Simple)
|
|
[1 reply] : The general form that I like for inputting and validating data is: wh... (by dhayden)
|
by Mak3
Outfile
|
|
[4 replies] Last: I update the file every time i debug the program. (by Mak3)
|
vector<bool> erase iterator outside range expression |
|
[11 replies] Last: i finally managed to solve the problem with printing the contents as t... (by globaltourist)
|
by DrZoidberg
vector::push_back struct without destructor being called?
|
|
[5 replies] Last: Okay, then what is the problem? If you can't use modern C++ then you'r... (by jlb)
|
Streams and Files |
|
[5 replies] Last: thank you very mush (by EgyptianCoder)
|
by Cruicial
Change it to one array only
|
|
[3 replies] Last: now its great . beside my comments in the program I found that the ins... (by EgyptianCoder)
|
by MultiMedia
Check if player has any items in their inventory
|
|
[3 replies] Last: I agree with the others that you should not place "empty" strings in y... (by AbstractionAnon)
|
by Proximas
Best Way To Learn C++?
|
|
[5 replies] Last: http://www.learncpp.com/ http://www.tutorialspoint.com/cplusplus/index... (by closed account E0p9LyTq)
|
by Cruicial
Array
|
|
[2 replies] Last: As jlb said, the compiler should be telling you what and where your ... (by AbstractionAnon)
|
by hpacleb
Array Structure
|
|
[3 replies] Last: Can I ask what the ws is for? When used with an input stream it tell... (by jlb)
|
by adesam1998
Please Help
|
|
[3 replies] Last: Thanks so much. (by adesam1998)
|
by wolfv
How to overload constructor to instantiate polymorphic object?
|
|
[8 replies] Last: The problem is that line 35 will leak memory. Each new should have a c... (by coder777)
|
Average Calculating program (New to this Forum) |
|
[1 reply] : Hi, Don't know why your account is closed, but you are definitely cal... (by closed account LNboLyTq)
|
Vecter, Getline, and struct |
|
[3 replies] Last: @WheatFieldOnFire Can you create a simple struct? struct A { int ... (by closed account LNboLyTq)
|
by lionofclouds
why is cerr used here and not cout
|
|
[3 replies] Last: I was a bit confused by how my console was outputting things on the s... (by jlb)
|
by unangst13
Repeat a if-else loop.
|
|
[1 reply] : When you declare house , it isn't initialized to a value, so it could... (by JayhawkZombie)
|
by CGunn86
C++ and Graphics/Windowing
|
|
[5 replies] Last: So if I wanted to use C++ to create a window on the Windows OS using ... (by closed account E0p9LyTq)
|
by jonrogers44
Quadratic Hash issues
|
|
[2 replies] Last: Hi, After I added the required includes (Always remember to include t... (by TheIdeasMan)
|
by TheOnlyBuck
Need help with C++ Loops
|
|
[2 replies] Last: TheSmallGuy, You exhibit most of the traits of TheGentleGuy and we al... (by Handy Andy)
|