what does this mean?

1
2
3
4
5
6
7
8
9
#define XL_1	10
#define XL_2	30
#define XL_3	90
#define XL_4	150
#define XL_5	320
#define XL_6	700
#define XL_7	2000
#define XL_8	5000
#define XL_9	13000 
It's defining some preprocessor constants
http://www.cplusplus.com/doc/tutorial/preprocessor/
They will be expanded to their value at compile time
thanks man i appreciate the help
Topic archived. No new replies allowed.