Visualization and automatic anaylsis of C programs
Benefits | - Map out unfamilar programs
- Check non-portable code segments
- Identify variable usage conflicts
- Isolate variables that are referenced but never assigned a value
- Inconsistencies in function argument lists between modules
|
Components | - Command line user interface, or
- GUI interface
|
Graphical Displays | - Tables and diagrams as a guide to C programs
- Project report
|
Results | - Code debugged before compilation
- Error summary report in text file
|
Quick Start | Coming soon in HiPERiSM Course HC3. |