摘要:
// explicit.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#includeclass MyClass { public: /*explicit*/ MyClass( int num ) { }}; int _tmain(int argc, _TCHA... 阅读全文
posted @ 2015-03-20 21:49
无名使者
阅读(147)
评论(0)
推荐(0)