Visualising C++ Project Dependencies

less than 1 minute read

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!)