We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi Here is the code I have problems with I an just starting to use this C compiler Have used many others, mainly closer to C99
#define Num_LANGUAGEs 6 enum _LANGUAGE { eUSING_LAN_START = -1, // This is always the First item eUSING_ENGLISH, eUSING_ITALIAN, eUSING_FRENCH_Can, eUSING_LAST_LANG // This is always the Last item }; #if Num_LANGUAGEs != eUSING_LAST_LANG #error "Warning Not enough Lang defined" #endif
That's a relief!