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
Is C99 the final C?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="CBFalconer, post: 1690353"] What a list to shoot at :-) I am going to restrain myself and muck with only a few items. .... snip ... Breaks existing code. You called it :-) .... snip ... Unfortunately absolutely necessary in some environments. You don't have to use them. i = 0; do { stuff(); } while (i++ != UINT_MAX); I see no law imposing the use of for loops. .... snip ... Investigate the '~' operator. .... snip ... [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Is C99 the final C?
Top