-
Notifications
You must be signed in to change notification settings - Fork 650
Windows_Setup
Bharath G edited this page Mar 31, 2022
·
2 revisions
- Visual Studio Code for compiling and debugging the code.
- How to setup, compile and run the C/C++ code - Video , Article
- Make Installer from GNUWin32 for automating the build without using IDE
- cppcheck for Static Analysis
- Dr. Memory for Heap analysis
- Memory Sanitization using gcc and -fsanitize option