12 2010 档案

摘要:class String{public:String(const char *str = NULL); // 普通构造函数String(const String &other); // 拷贝构造函数String & operator =(const String &other); // 赋值函数~ ... 阅读全文
posted @ 2010-12-10 14:57 奥雷连诺 阅读(169) 评论(0) 推荐(0) 编辑
摘要:‍多线程导致的内存泄漏DWORD WINAPI ConnectionWorkerProc(LPVOID pObject){CString strPath;CString strFileName;CString currentStr;TCHAR currentPath[512] = _T("");T... 阅读全文
posted @ 2010-12-02 10:23 奥雷连诺 阅读(673) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示