CMake Report __cplusplus correctly with CMake and Visual Studio How to ensure MSVC sets the __cplusplus macro correctly when managing the build with CMake.
CMake Percent-sign in preprocessor definition breaks CMake Visual Studio generator Percent-signs are special characters under certain circumstances on Windows. This can cause problems when configuring software builds with CMake.
visual-studio Automatically output the callstack on a breakpoint in Visual Studio How to automatically output a stack trace when a C++ breakpoint is hit in Visual Studio.
c++ Improve C++ performance in debug mode with inline expansion Debug builds of C++ programs sometimes run very slowly. This post suggests one possible technique for speeding it up.
visual-studio Fixing LNK4098 in Visual C++ What does the LNK4098 linker error mean in Visual C++ and how do you fix it?
c++ Tracing memory leaks in C++ [Microsoft-specific] How to identify where memory leaks occur in a Visual C++ program.