Win控制台(多线程)

#include <windows.h> #include <process.h> /* _beginthread, _endthread */ #include <iostream> #include <fstream> #include <string> using namespace std; ofstream out("out.txt"); void ThreadFunc1(PVOID
相关文章
相关标签/搜索