Use Understand’s Information Browser to find and graph all possible variables of your source code.
Author: Natasha Stander
Friends Don’t Let Friends Have C++ Friends
An interactive report to show all the references that depend on C++ friend statements.
Understand as a Code Paradigm
Abstract: Understand looks and acts a lot like an IDE, but don’t be deceived. The real power of Understand comes from the way it represents your code and the solutions you can…
Virtually Execute Code with Understand
Abstract: A script for virtually executing code. A debugger inside Understand sure would be nice. I hope I’m not the only one out there who uses Understand while debugging. Integrating a debugger…
5 Tips for Faster Graphs
Five tips for speeding up graph generation in Understand.
Making a Custom IOCTL Calls Tree
A sample plugin to add edges between IOCTL commands and driver code.
Making a Custom Cluster Graph
Extend the custom architecture dependencies graph by adding clusters.
Making a Dependency Graph with Custom Dependencies
A sample python graph plugin to add custom dependencies to an architecture dependency graph.
Making a Custom Architecture Tree
How to create a custom architecture tree using the Python API.
Optimizing Understand API scripts
Identifying which CodeCheck scripts are taking a long time and three functions that might be slowing down your custom API scripts.