Provides C preprocessor macros for easily creating enums, foreach loops, switch-cases etc. based on data tables.
Usage of these macros enforces good programming style by avoiding spreading of information throughout the code.
Only for GCC at the moment, sorry. Maybe Clang ... not tested.
Features
- Write a simple data table, like a spreadsheet.
- With one macro call, automatically create an enum from the table.
- Create foreach loops, that ALWAYS iterate through ALL enum elements.
- Create switch-cases, without ever forgetting a case again. Let there be OOP in C!
- Create attribute arrays from your table!
- Keep your code tidy and clean.
License
MIT LicenseFollow cppviz
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of cppviz!