Any good high-level visualization program or technique for C++ hiearchies?

I am completing the ladder part of the TripleX code, and am finding myself sometimes losing the general flow of code since I have so many sub programs that have even more subprograms. Definitely over abstraction on my end, but I know for the bigger projects down the road like BullCowGame I may wake up the next day and lose my intuition towards flow of the code.

Simply is there a good external software or tool just for basically making diagram flow logic charts with programmers in mind?

Privacy & Terms