/crash_tutorial

Examples of how to modify the behavior of C++ applications when they perform a fatal operation.

Primary LanguageC++

C++ Crash Handling Tutorial

Exploding Penguin

Examples of how to modify the behavior of C++ applications when they perform a fatal operation.

See https://www.robopenguins.com/less-crashy-crashes/ for a walk through of these examples.

Building Examples

Requires cmake and GCC.

mkdir build
cd build
cmake ..
make