摘要: 目标: 创建一个父进程和子进程,在子进程的控制台窗口输入数据,数据通过管道发送给父进程,父进程的控制台窗口读取数据,最后将数据打印出来。 Parent.cpp //CMD.exe #include <windows.h> #include <tchar.h> #include <stdio.h> # 阅读全文
posted @ 2021-01-13 17:13 strive-sun 阅读(296) 评论(0) 推荐(0)