24 Mar
2020
24 Mar
'20
1:20 a.m.
Hi Chip, I believe the type depends on the default values the enum variables are assigned. As long as the values fit within that type, its acceptable. A default value of -1 would need to be signed for example. Alistair. On 24/3/20 11:53 am, Chip Davis wrote:
Don't some compilers pick 'int' instead of 'unsigned int' for enums?
Chip