Program that creates process flow chart from my code...
I have a program in C# that I would like to make a process flow chart for other people understanding the processes and functions within it. I know I can use Microsoft Visio and make it myself but I have to do this about 50 times so a program would definitely help.
Thank you!
sastokes
Junior Poster in Training
50 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
Hey, I think this would be a complex application to write. But, is possible.. For example: If you know the algorithm of your application, interpret this as symbols/images..
e.g.
for every "if statement" display a diamond & write the conditions
I'd go down that route anyway!
Is there already a program made that would just take my source code and make a flow chart on its own?
I can't edit the code I am trying to make the chart for.
sastokes
Junior Poster in Training
50 posts since Oct 2011
Reputation Points: 10
Solved Threads: 0
thines01
Postaholic
2,424 posts since Oct 2009
Reputation Points: 445
Solved Threads: 402