Reply to Re: DinkC Questions
If you don't have an account, just leave the password field blank.
Um, it uses integer variables... so:
int &crap = 6;
&crap / 5;
would make &crap equal to 1.
The question is, is it possible to keep it from dropping fractions...
int &crap = 6;
&crap / 5;
would make &crap equal to 1.
The question is, is it possible to keep it from dropping fractions...