ID:150920
 
howcome I can't do this:

#define HELLO 1

it won't work. but i can do this:

#define HELL "word"

....? just curious is how to set a define to a number.
On 7/3/01 7:22 am XgavinX wrote:
howcome I can't do this:

#define HELLO 1

it won't work. but i can do this:

#define HELL "word"

....? just curious is how to set a define to a number.

I've had no trouble #DEFINEing a number exactly as you posted. What error are you getting?
In response to Shadowdarke
On 7/3/01 7:37 am Shadowdarke wrote:
On 7/3/01 7:22 am XgavinX wrote:
howcome I can't do this:

#define HELLO 1

it won't work. but i can do this:

#define HELL "word"

....? just curious is how to set a define to a number.

I've had no trouble #DEFINEing a number exactly as you posted. What error are you getting?

what the heck. i trried this no more than an hour and a half ago, and it did not work. now i try it and it works? crazy man, crazy crazr crazy. thanks for your help, tho. hehe, i feel stupid now.