Is there an application (preferably freely downloadable) program that can take this C++ file as input and draw a flow chart of each of the functions in this cpp file please?
Also, it should draw graphical representation of a function called (from any given function) and called by functions.
These flow charts are to be understandable by higher managers.
These managers have excellent understanding of technical functionality and they want to review and ensure program's logic/algorithm is implemented correctly.
I have following program, Understand from Scitools:
https://www.scitools.com/
Right side of this web page shows the kind of graphs, this commercial software displays. We can click on the graphical image at the bottom right side of this web page, then we can see kind of graphs, this software displays.
But this is about $1000 per year license.
And it is not working with many C++20 features.
Is there a way to post image files (jpeg etc) to this forum, so that I can post a graphical representation of power function drawn/displayed (i.e. output) by Scitools software?