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
C perfomance
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Christian Bau, post: 1699036"] The second loop would be an example of making your code unreadable in the hope of saving a few nanoseconds (without success, for many compilers). Why not for (; n > 0; --n) *s1++ = '\0'; [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
C perfomance
Top