摘要: 创建5个线程,并无限期地打印某些内容 #include <Windows.h> #include <stdio.h> DWORD IDs[5]; DWORD WINAPI ThreadProc(LPVOID TID) { //expected this block to run infinitely 阅读全文
posted @ 2020-07-22 17:19 strive-sun 阅读(164) 评论(0) 推荐(0) 编辑