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.
Requires cmake and GCC.
mkdir build
cd build
cmake ..
makeExamples of how to modify the behavior of C++ applications when they perform a fatal operation.
C++
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.
Requires cmake and GCC.
mkdir build
cd build
cmake ..
make