Tag: c++
All the articles with the tag "c++".
Visualizing modern C++ code using Clang and UML
Published: at 10:00 AMOverview of clang-uml functionality and examples showing how UML can still be useful for modern C++ development.
Alternative ADL model serialization functions with nlohmann::json
Published: at 08:00 PMHow to implement co-existing alternative JSON serialization logic for the same data model using `nlohmann::json`
compile_commands.json gallery
Published: at 06:00 PMCollection of `compile_commands.json` databases generated by various build systems along with setup instructions.