P
paragborkar
Hello friends,
I am newbie in C. I have one enum variable for events. There are 2
types of events and I want to split them, but one can add events enums
later for the both the types.I am keeping some space between two types
of events. now, the problem is How to check compile time that first
type of events are now overlapped with second type?
Is there anyway to check for enums in compile time?
any help would be appriciated.
Thanks in advance,
Parag
I am newbie in C. I have one enum variable for events. There are 2
types of events and I want to split them, but one can add events enums
later for the both the types.I am keeping some space between two types
of events. now, the problem is How to check compile time that first
type of events are now overlapped with second type?
Is there anyway to check for enums in compile time?
any help would be appriciated.
Thanks in advance,
Parag