Hacker Newsnew | past | comments | ask | show | jobs | submit | stwcx's commentslogin

One feature of C which I do not use often is enums. Support for constants beyond the range of an int is not portable. And I also try to avoid is putting enums inside structs, because there is no portable way to enforce the size or the alignment of the enum's base type.

Will this be addressed in future revisions of the C standard?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: