2019-07-07, 07:04 PM
You can just use the name of the enum. This prints the same values:
PHP Code:
printf("NumElements %d, sizeof %d.", modes, sizeof(Modes));
Always keep in mind that a lot of people are active on this forum in their spare time.
They are sacrificing time they could easily spend on things they would rather do, to help you instead.