Browser Overview

The Visual Browser provides you with push-button graphical tree charts showing your application's structure...

  • Class Hierarchies       Class Ancestries
    Function Call Trees     Function/Data Callers
    Class Nesting           #include file relationships 
  • CC-RIDER includes both C/C++ source code Analyzers, which completely parse and analyze your code, expanding macros, pulling in needed #include files, etc. Our new Java version of CC-RIDER also supports this new object-oriented language.
  • The CC-RIDER Visual Browser goes beyond the "tack-on" browsers included with so-called "Visual" compiler environments by providing many different ways to graphically display various aspects of your application, such as class hierarchy structure, function calls, even #include file nesting. By programming "actions" for mouse clicks over tree nodes, you can quickly access very detailed information.
  • Accurate C/C++ Source Code Analysis. Unlike crude text search like grep or tags, or "fuzzy" or "partial" parsers that come with other class browser products and stand-alone editors, CC-RIDER provides you with a TRUE and ACCURATE picture of your program's structure, from the TOP right down to the details of an individual local variable's usage.