#include <iostream.h> int main () { try { throw "Out of range"; } catch (char * str) { cout << "Exception: " << str << endl; } return 0; }
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.