throw 类对象类型异常
// p15-throw类对象类型异常.cpp : 此文件包含 “main” 函数。程序执行将在此处开始并结束。//#include<stdio.h>#include<stdlib.h>#include#define BUFSIZE 1024using namespace std;class ErrorException{public:ErrorException(){id = 0;printf(“ErrorException 构造!\n”