Hi, I want to create an enum variable whose size is 4 byte in 32- machine and 8 bytes on 64 bit machines.
Basically, I want to knopw whether one can specify data type with enum declaraion. I am using gcc 3.4 Thanks In advance
Hi, I want to create an enum variable whose size is 4 byte in 32- machine and 8 bytes on 64 bit machines.
Basically, I want to knopw whether one can specify data type with enum declaraion. I am using gcc 3.4 Thanks In advance