cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Loop keeps repeating itself in a weird o
Loop keeps repeating itself in a weird order
Jul 24, 2009 at 7:24pm UTC
DragonKnight
(75)
Moved on
Last edited on
Jul 24, 2009 at 10:59pm UTC
Jul 24, 2009 at 7:56pm UTC
jsmith
(5804)
Things like
int x;
cin >> x;
do not consume carriage returns, but you want them to.
Topic archived. No new replies allowed.