Can we generate Control flow graph of the c program by Turbo C compiler?
I want to know that there is something given by the compiler to generate a CFG of a C program.
|
Can we generate Control flow graph of the c program by Turbo C compiler? I want to know that there is something given by the compiler to generate a CFG of a C program. |
|||||
|
|
Don't think Turbo C has this feature. Though, modern IDEs have capabilities to draw Class Diagrams, but I personally haven't seen any IDEs drawing Flow diagrams. Edit: Here is a list of tools that does what you want to achieve. |
|||||||
|
|
CoFlo Can be helpful. http://coflo.sourceforge.net/wordpress/ |
|||
|
|