冷艳月光

文章
4
资源
0
加入时间
3年0月28天

C++ 异常类型

#include <iostream>#include <string.h>/** * */using namespace std;class Myexception{public: Myexception(char* str){ error=new char[strlen(str)+1]; strcpy(error...