error C2533: 'XMonitor::XMonitor' : constructors not allowed a return type
这是怎么回事?我的构造函数明明什么返回也没有啊?
很简单,头文件的类声明结束的地方忘了加个';'
编译器真是其蠢无比:(
error C2533: 'XMonitor::XMonitor' : constructors not allowed a return type
这是怎么回事?我的构造函数明明什么返回也没有啊?
很简单,头文件的类声明结束的地方忘了加个';'
编译器真是其蠢无比:(
转载于:https://www.cnblogs.com/hehe520/archive/2004/07/21/6330500.html