View Single Post
Old Jun 5th, 2005, 3:02 PM   #8
EverLearning
Hobbyist Programmer
 
EverLearning's Avatar
 
Join Date: May 2005
Location: Indiana
Posts: 130
Rep Power: 4 EverLearning is on a distinguished road
One quick suggestion:
instead of doing this:
int x;
x = 0;
you can just do this:
int x = 0;

@linuxman2k1: :p
__________________
got math? yumm...

"All men by nature desire to know" -Aristotle, Metaphysics
EverLearning is offline   Reply With Quote