cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
can someone give me a brief explanation
can someone give me a brief explanation of a do, while command?
Aug 4, 2008 at 5:59pm UTC
smh
(5)
im new to c++, trying to write a very simple program, i think it could use some kind of a loop?
i read somewhere that a do, while can be used for a loop? but im not sure if thats correct, and if possible a basic layout of the command.
thanks!
Last edited on
Aug 4, 2008 at 6:00pm UTC
Aug 4, 2008 at 6:59pm UTC
Faldrax
(324)
Hi, the tutorial on this site has a nice explanation on the basic control structures, including do {} while();
See
http://www.cplusplus.com/doc/tutorial/control.html
Aug 4, 2008 at 7:07pm UTC
smh
(5)
alrite i'll check that out
thanks
Topic archived. No new replies allowed.