#include <stdexcept>using namespace std; int main() { throw runtime_error("Fehlertext!"); return 0;}
Standard input is empty
Standard output is empty
terminate called after throwing an instance of 'std::runtime_error' what(): Fehlertext!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!