An interactive report to show all the references that depend on C++ friend statements.
Tag: python
Adding ChatGPT and AI to Understand
Creating an easy plugin that uses OpenAI to explain your code
Making a Custom Architecture Tree
How to create a custom architecture tree using the Python API.
In Case You Missed It…. It’s Time to get the Latest Version of Understand
Understand Version 6.2 is now available to download. Go check it out!
Making A Custom Call Tree
Creating a sample Understand graph plugin to draw a call tree using the Python API.
A Toolsmith’s Guide to the Understand API
Using Understand’s C, Perl, and Python APIs to write programs about your programs, you can make your team more productive, smarter, and less dangerous
Useful Scripts: Scanning source code for profanity
Using this custom Python script with Understand, you can quickly scan your project for instances of profanity and scrub them clean.
Just How Complex Is Your Project?
Jordan decides to write a Python script to find out exactly how many unique paths there are through his project.
Finding #pragma directives – A guide to writing your first Codecheck
Your boss tasks you with figuring out how tied your C++ code base is to the ‘#pragma’ compiler directives. Learn to do it quickly with CodeCheck.