// --------------------------
for ( int i = 0; i < 50; i++ )
Well, doStuff() only happens while i goes from 0 to 49, so maybe this comment reveals a bug.
// --------------------------
for ( int i = 0; i < 50; i++ )
Well, doStuff() only happens while i goes from 0 to 49, so maybe this comment reveals a bug.