Tagged Questions
1
vote
6answers
489 views
#defined bitflags and enums - peaceful coexistence in “c”
I have just discovered the joy of bitflags. I have several questions related to "best-practices" regarding the use of bitflags in C. I learned everything from various examples I found on the web but ...