Quote:
|
Originally Posted by Jimbo
by the way, in your initialize function you have:
for(int i = 0; i < 20; i++)
{
rand();
} 
|
LOL, if it were srand I could understand, but it still wouldn't work, but this is just weird.
__________________
"Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for."
-- Socrates
|