Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
while (1) vs. for ( ;; )
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Baxter, post: 2426573"] And how many infinite loops should there be in your program? Myself, I've got over a million lines of code I've written without any need of an infinite loop. Some of the code I've inherited has them - but in EVERY case, they have one or more exit conditions -- and thus _are_not_ actually infinite loops. Sounds like some here are mis-using this kind of loop. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
while (1) vs. for ( ;; )
Top