12 2010 档案
摘要:class String{public:String(const char *str = NULL); // 普通构造函数String(const String &other); // 拷贝构造函数String & operator =(const String &other); // 赋值函数~ ...
阅读全文
摘要:多线程导致的内存泄漏DWORD WINAPI ConnectionWorkerProc(LPVOID pObject){CString strPath;CString strFileName;CString currentStr;TCHAR currentPath[512] = _T("");T...
阅读全文