Monthly Archives: November 2008

Elegant human readable enums

While reading the source of some FOSS project i noticed that the authors have come up with a nice way to get human readable enums through the use of the “stringification feature” of the C/C++ preprocessor. The trick is that … Continue reading

Posted in C++ | Leave a comment