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
for(;;) syntax information
for(;;) syntax information
Oct 15, 2013 at 5:02am UTC
amitk3553
(102)
what does mean by ;; in following code
for (;;)
{}
Regards
cam
Oct 15, 2013 at 5:06am UTC
closed account (
Dy7SLyTq
)
it means an infinite loop. are you aware of how a for loop works in general
Oct 15, 2013 at 5:26am UTC
amitk3553
(102)
it means like while(1)
Oct 15, 2013 at 5:27am UTC
BitRat
(33)
http://www.cplusplus.com/doc/tutorial/control/
Topic archived. No new replies allowed.