Originally posted by Death_Wraith
#5
Code:
int main(int argc, char* argv[] )
this isn't needed, BUT, its good coding style.

What exactly is that and why is it good style? I always just delete it when the compiler adds it in heh.