udit043 / graphicCode

This is my project in c++ to generate flowchart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This tool can be used to visualize C code in a flowchart form to better understand logic of code. Some examples are present in example folder.
This can be run using qt program. The program consists of two parts:
1. GraphicCode.cpp which gives instructions
2. UI part drawing the instructions.

About

This is my project in c++ to generate flowchart


Languages

Language:C++ 99.6%Language:QMake 0.4%