C/C++ Code Analysis Program
LINKS

 

Don't you hate it when you project gets so big that you lose controll. Well that is what this project is aimed at getting controll of your code. CCAP is not to directly edit code but to analyze the code and offer several views of your code. One view might be to see how your classes inharant from each other. Also it might provide a view of just all of your classes and just creates a tree of the classes. The views offered in the beginning will be very basic and only be used for C/C++ as the title suggests. Hopefully my friend and I will complete the C/C++ part shortly within the next month.