CreateProcess
CreateProcess 函数在windows 10 下已经能够自动接收创建进程的输出,不用在像以前那样去创建管道去接收,而且这个函数容易出错了。
child创建子进程
#include
int main()
{
std::cout
关注
打赏