1 #ifndef _SINGLETON_H_ 2 #define _SINGLETON_H_ 3 #include 4 5 template 6 class CSingleton 7 { 8 private: 9 CSingleton(){} //构造函数是私有的10 publi... Read More
posted @ 2015-08-11 20:32 你好阿汤哥 Views(183) Comments(0) Diggs(0) Edit
1 int APIENTRY WinMain(HINSTANCE hInstance, 2 HINSTANCE hPrevInstance, 3 LPSTR lpCmdLine, 4 ... Read More
posted @ 2015-08-11 16:27 你好阿汤哥 Views(1007) Comments(0) Diggs(0) Edit
.h file .cpp file Read More
posted @ 2015-08-11 14:10 你好阿汤哥 Views(383) Comments(0) Diggs(0) Edit