by Fransje
Source code Error
|
|
[8 replies] Last: Thanks all for the help! I solved it by using a struct (sorry for all ... (by Fransje)
|
by johnny92
I/O Streams and Data Files
|
|
[1 reply] : std::count from the header <algorithm> (by viliml)
|
by mgbuhj
program won't write out to text file
|
|
[5 replies] Last: So I changed while (true) to while(!fin.eof()) , but to no avail. ... (by mgbuhj)
|
by Yestsuae123
Assistance with functions
|
|
[1 reply] : Hi there, That's pretty close, but the problem is in your middle() fu... (by closed account o3hC5Di1)
|
by BroncoAG
text file statistics help (1,2)
|
|
[24 replies] Last: Thanks, I finally got it. When I used that it was displaying the chara... (by BroncoAG)
|
pointer to array element or direct element |
|
[2 replies] Last: So, in that case, a pointer is completely useless. I wonder why we wer... (by TheBestHacker)
|
by killertcell
This pointer
|
|
[1 reply] : No, this is used whenever you need a pointer to the instance, be it ... (by Athar)
|
by Damadger
SDL controllin sprite moving speed!
|
|
[6 replies] Last: Line 16 of your method should be x -= moveSpeed; , right? Looks like... (by Lowest0ne)
|
by RastaWolf
Confused by over complicated example
|
|
[3 replies] Last: It's an exercise. It's meant to demonstrate things to you. This one de... (by Moschops)
|
by Preminition
STL Lists.
|
|
[1 reply] : The iterator needs dereferencing (or should I say, the * operator): (... (by Lowest0ne)
|
by mgbuhj
subprograms
|
|
[no replies]
|
by mgbuhj
event controlled loops & functions
|
|
[1 reply] : Hi there, Although it's best to post your compiler errors along with ... (by closed account o3hC5Di1)
|
by johnny92
I/O stream and data files
|
|
[2 replies] Last: thank you Moschops that really helped. (by johnny92)
|
List a lot of exercises for "control structures"!! |
|
[1 reply] : Find all the prime numbers below 100. (by Moschops)
|
my C++ pirate game [judge] (1,2) |
|
[38 replies] Last: TheBestHacker I'm not sure if you're a troll or a ret... errrr... very... (by Abramus)
|
by mgbuhj
program loop doesn't work correctly
|
|
[6 replies] Last: if ( height > 0.5) height = height / 2; cout << "location i... (by ThangDo)
|
by snaxpax
Help with encyrption or string hiding
|
|
[12 replies] Last: well thx for the help and i will continue to take more and continue to... (by snaxpax)
|
by BroncoAG
Caesar Cipher 99% done
|
|
[5 replies] Last: thank you so much this helped me a lot!! (by Hart88)
|
by mgbuhj
calculation from text file
|
|
[1 reply] : Unfortunately, getline() doesn't let you put that value into a doubl... (by QWERTYman)
|
by sadelbrid
Text Game Inventory/Error
|
|
[1 reply] : Because functions can't reside within any other function. You need to ... (by Volatile Pulse)
|