New in RAD Studio 10.2.1: CodeGuard for Windows 8 and 10
August 10, 2017
CodeGuard is a tool for runtime error checking in a C++ application, and catches memory leaks, invalid handles, invalid memory use (such as writing past the end of a buffer), pointer validation, accessing freed memory and resources, and more. If you’ve never used it, check out the list of runtime errors it will find, and potential memory access problems it will warn you about.
An app needs to…




