The Dink Network

Reply to Re: DinkC Questions

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
August 2nd 2005, 12:17 AM
goblinm.gif
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...