Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

For loops

Name: Anonymous 2009-11-21 10:13

For a for loop it's generally better to use i++ because ++i would just be fucking stupid.

You may as well start counting with 1 to get the same effect.

Name: Anonymous 2009-11-21 10:19

i++ creates a copy of the object and returns that, therefore it's inadvisable performance-wise.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List