hmmmm
I thought #define's where "pre-processed"
ie
i want to do this:
---
#define MYDEF (3*4)
---
and when i use "MYDEF" in the code it must put in a "7" not a "(3*4)"
is there a way to do this ?
why should I have computations done at run time, when they could be done at
compile time
thanks again
Clive
- [OT] Fixed Point Math ( was Re: semicircle ) Clive Crous
- Re: [OT] Fixed Point Math ( was Re: semicircle... Tero Vilhu
- Re: [OT] Fixed Point Math ( was Re: semicircle... Jim Jackson
- Re: [OT] Fixed Point Math ( was Re: semicircle... Clive Crous
- Re: [OT] Fixed Point Math ( was Re: semici... Martijn van Oosterhout
- RE: [OT] Fixed Point Math ( was Re: semicircle... Niels Hald Pedersen
