DebugTools
Debugger Configs for MSVC Provides config files which improve debugging with MSVC. When working with STL containers, smart pointers, and boost signals, it is nice to debug directly into your Continue Reading →
Debugger Configs for MSVC Provides config files which improve debugging with MSVC. When working with STL containers, smart pointers, and boost signals, it is nice to debug directly into your Continue Reading →
While the Pimpl pattern is commonly used to hide implementation and private methods and variables from public interfaces, the common implementations often require a large amount of boilerplate code. This Continue Reading →