摘要: 1 #include 2 #include 3 #define IOCP_KEY_READ 1 4 #define IOCP_KEY_WRITE 2 5 6 int main() 7 { 8 LPCTSTR lpstrSrcFilePath = TEXT("Demo.exe"); 9 LPCTSTR lpstrDesFilePath = ... 阅读全文
posted @ 2017-06-03 20:39 ☆﹎夜﹎☆ 阅读(197) 评论(0) 推荐(0) 编辑