Visualising C++ Project Dependencies
I’ve written up two approaches I’ve used to visualise the dependencies between programs, libraries and third-party code in large bodies of code.
You can view the example files for the first approach here.
(This started off as a short answer to a question this morning on the #include <C++> Discord server - and then it kind of grew!)