Architectural Overview

Using CC-RIDER is a simple Three Step process.

Create a Project: To use CC-RIDER to analyze your project, you create a Project File (.CPJ) file which tells the analyzer about your source files and the compiler which you use to build the executable.

Analyze the Project: The analyzer then processes your source modules and header files to the database, which contains detailed interelationships between all symbols in the source code.

Visualize your Code: Once a database is built, the Visualizer provides several ways to explore, edit and document the code.

This chart illustrates the two main components of the CC-RIDER package, the Analyzer and the Visualizer, and how they interact with your project’s source code to facilitate editing and documenting your code: