|
-
December 30th, 2010, 12:16 AM
#3
Re: I dont get this specific FOR loop.
Slightly OT, but I always recommend putting in the braces (I am by no means an experienced C++ programmer, but...). Personally I think it makes the code way more readable. Even if you are doing something like:
if ( ... ) { ... }
Where it is all on one line.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|