Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::atexit is an STL function to specify which functions must be called upon program termination (in a LIFO fashion).
std::atexit is defined in cstdlib.h.
#include <cstdlib> |
Screen output:
Starting MyFolder/MyMain |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.