cpp-dependency-graph icon indicating copy to clipboard operation
cpp-dependency-graph copied to clipboard

A Ruby gem that generates useful visualisations (dot, d3.js) to study the architecture of C/C++ projects

Results 2 cpp-dependency-graph issues
Sort by recently updated
recently updated
newest added

Dear team, I have the following folder structure: ``` . └── dir ├── dir1 │   └── file1.cpp └── dir2 └── collision.hpp ``` the content of file1.cpp is: ``` #include ```...

WIP for https://github.com/shreyasbharath/cpp-dependency-graph/issues/14