摘要: 方法一:CreateThread 一般在WIN32环境下使用 DWORD WINAPI func(LPVOID lpParam)//线程函数 //注意格式 { int n = (int)lpParam; CString str; str.Format(_T("n=%d"),n); AfxMessag 阅读全文
posted @ 2023-03-14 10:13 天子骄龙 阅读(2296) 评论(0) 推荐(1)