随笔分类 -  程序设计

摘要:在VC2008中编译时出现了一个奇怪的出错信息:error C2533: 'testFilterManager::{ctor}' : constructors not allowed a return type,几经周折后终于找到了问题的原因——定义class时没有在最后加分号。也就是定义: class testFilterManager{ public: t... 阅读全文
posted @ 2009-03-19 15:01 老猴的技术博客 阅读(2639) 评论(0) 推荐(0)