C++博客 联系 聚合 管理  

Blog Stats

随笔分类

随笔档案

习惯成自然

helloworld

class CTest

{

public:

CTest() {std::cout << “hello world from windows write” << std::endl;}

~CTest() {std::cout << “bye from windows write” << std::endl;}

private:

NO_COPY(CTest);

};

posted on 2010-10-20 13:00 坏习惯 阅读(177) 评论(0)  编辑 收藏 引用