C Enums
Enums in C are something special. They’re not strongly typed at all. As it’s pointed out, sometimes enums are used for making bit values, which is rather convenient. However, it would be very good if enums could be strongly typed. So, … Continue reading