by Arquon
How to properly align text ?
|
|
[6 replies] Last: It worked, thank you ! It looks so beautiful to my eye right now. (by Arquon)
|
by yawpius
if statement and assignments
|
|
[2 replies] Last: Hello yawpius, I can assure you the the else or (else if) does not ov... (by Handy Andy)
|
by spike32
for loop statement
|
|
[8 replies] Last: @ keskiverto yes ! i know Turbo C++ is old but our school still using ... (by spike32)
|
by ahutch
Help: Searching string for characters
|
|
[2 replies] Last: Thank you, my code works now! (by ahutch)
|
by cpp1024
Program stops at delete
|
|
[2 replies] Last: @cpp1024 Post the whole code and we will be able to help you. (by boost lexical cast)
|
by rantiv
Random number generator
|
|
[6 replies] Last: I think your original code already does what it's supposed to do. (by Peter87)
|
by Tomallama
How do I compare two characters and give it a value?
|
|
[2 replies] Last: Crap sorry, forgot to add that. Just added it now. ntak should be it... (by Tomallama)
|
by Unisaurus
Flight Times Help!
|
|
[3 replies] Last: Thanks Andy that helped alot! #include <iostream> #include <iomanip... (by Unisaurus)
|
by mtmsl
Error When Trying To Load A Sound File
|
|
[2 replies] Last: It sounds like you're describing two problems. 1.) The linker error 2... (by xismn)
|
by PunIntended
Unknown error
|
|
[1 reply] : // the setiosflags( ios::fixed || ios::showpoint ); // is like const... (by keskiverto)
|
operator overloading |
|
[5 replies] Last: thankyou a lot. (by riyadhhossain01)
|
by R7a1v3e
Craps Game Loop
|
|
[no replies]
|
by Day Vide
I need help
|
|
[4 replies] Last: You seed the pseudo random number generator each time you call your fu... (by closed account E0p9LyTq)
|
by tech no savy
How to Structure fstreams
|
|
[17 replies] Last: You've just restated what you have said before. You haven't clarified... (by AbstractionAnon)
|
by rantiv
Simon Says
|
|
[1 reply] : Line 19: You're going to break out of the loop on the first iteration... (by AbstractionAnon)
|
by texagg
Sort List of Names (Sort, Array, Strings)
|
|
[7 replies] Last: Line 23: C++ does not support implied left hand side in conditionals.... (by AbstractionAnon)
|
by ll1234
how to let 125 become 521
|
|
[3 replies] Last: And if you want 521 as an int.. #include <algorithm> #include <iost... (by loonielou)
|
by giotbge
common parts in two strings
|
|
[1 reply] : 1. How do you compute the "longest common substring"? 2. What should ... (by keskiverto)
|
by JKLolling
expected initializer before '&' token
|
|
[1 reply] : Asked and answered here: http://www.cplusplus.com/forum/beginner/19816... (by AbstractionAnon)
|
by YThisNoWork
Errors Out Of Nowhere
|
|
[8 replies] Last: <Your Project> Properties -> Configuration Properties -> C/C++ -> Prec... (by booradley60)
|