Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) stdexcept.h

 

stdexcept.h is the header file containg the definition from std::exception and its derived classes.

 

 

 

 

 

#include <stdexcept>

int main()
{
  throw std::exception();
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict