Participant
1203 Points
1896 Posts
Jan 19, 2004 01:07 PM|pickyh3d|LINK
int i; for ( i = 0; i < Count; ++i );
Participant
1203 Points
1896 Posts
Re: working with interfaces
Jan 19, 2004 01:07 PM|pickyh3d|LINK
int i; for ( i = 0; i < Count; ++i );
Scope. Normally I use the "more popular" way, but I do it pretty much on a case-by-case basis.