by zanklob
std::string storage
|
|
[8 replies] Last: Thank you very much. (by zanklob)
|
by ariana2608
question concerning averages and finding the max and min.
|
|
[7 replies] Last: I'm understanding your example but then what is the value i need to se... (by ariana2608)
|
by Astrapto
Array HW problem is buggy
|
|
[2 replies] Last: Thanks a lot, AA! I really appreciate the help. I fixed what I could b... (by Astrapto)
|
by Adiminium
Seeking Advice
|
|
[10 replies] Last: DevC++? I had it for a bit and couldn't do a thing with it. I literal... (by Maxim Podolski)
|
by lSgtPepperl
whats going on here?
|
|
[3 replies] Last: I think that the best function is main.:) (by vlad from moscow)
|
by DesiredNote
Fastest Output
|
|
[no replies]
|
by veeyik
Array Problem.Can't find the result.
|
|
[2 replies] Last: veeyik, I’m very new to programming but, I fidgeted w/your code f... (by Redd)
|
by jlillie89
Replacing the lettter
|
|
[6 replies] Last: I read it is just confusing so when you use string::size_type the :: i... (by jlillie89)
|
by Kuzco
Timing
|
|
[no replies]
|
by Fransje
SDL event check
|
|
[2 replies] Last: If you want to check if a key is down you can use SDL_GetKeyState that... (by Peter87)
|
outFile.write((char *) &ac, sizeof(account)); |
|
[1 reply] : You mean the write function? If outFile is a std::ofstream, then the f... (by Peter87)
|
by nll2010
delete dynamic memory in assignment operator on uninitialized array member
|
|
[6 replies] Last: Sorry about that - the error is in my typing not the book - the book... (by guestgulkan)
|
by shahzaib1111
mystringreverse
|
|
[2 replies] Last: You need to declare l1 as an int. Also, consider using a variable nam... (by BrentSpinor)
|
by ldjm77
How could I print the input in the same line?
|
|
[4 replies] Last: @ldjm77 Show us what the program looks like now, and we can then give... (by whitenite1)
|
by oweis10
10
|
|
[1 reply] : The C++ modulus operator is % (by Moschops)
|
Getting a form to show from DOS prompt |
|
[1 reply] : CreateWindowEx(...). It would be the same as creating a window from t... (by pogrady)
|
by Merriak
Need help on morse code program!
|
|
[9 replies] Last: Yeah I figured it all out, guess I needed to sleep on it! Thanks guys ... (by Merriak)
|
by Denfypro
please tell me: why does it loop forever?
|
|
[2 replies] Last: thanks so much. it's now ok.:D (by Denfypro)
|
by jgush3
Letting the user make a choice
|
|
[4 replies] Last: Aah yes, Moeljbcp, my mistake. (by georgep)
|
by veeyik
Where should i put my bool function?
|
|
[6 replies] Last: On line 34 you are declaring a variable whose name is allready "reserv... (by codekiddy)
|