Macroview enumerate macroscopic elements in source code. In macroview, you can see classes, structs, global variables, global functions and namespace's domains panoptical.
In macroview, you can see attributes and methods, enums and inner class in class. Macroview helps understand macroscopically by enumerating source code's elements.
# Analysis C/C++ files and display its contents visually.
# Whole classes, structs, unions, variables and functions make diagram to show.
# Show each functions and methods to Logic Flow diagram.
# Show each functions and methods to logic NSD(Nassi-Shneiderman Diagrams).
# Show each functions and methods to sequence and multi-sequence diagram.
# Show each class and struct's inheritance, reference and use relation.
# Show total class inheritance, reference and use relation.
# Show whole project's statistics such as class count, function count and ETC.
# Show include relation on C/C++ files and header files.
# Support Visual C++ 6, .NET, .NET 2003, 2005 and 2008 project file.
What's New?
Code Visualizer(CodeDrawer) Version Up Changes
4.57 version
Support an empty statement and uncompleted Statements. ( for(;;), while(), if() )
Fixed and updated Miscellaneous.