The Dink Network

Reply to Re: This symbol

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 17th 2005, 07:33 PM
goblinm.gif
I once wrote (and constantly reused) a C++ function like the following:

int amodb(int a, int b)
{
int x = a / b;
x = bx;
a = a - x;
}

I felt really stupid when I first learned what % meant.