linux下的消息管道的聊天程序实现项目
在linux下使用管道来进行聊天的小程序1管道管道是一种最基本的IPC机制,由pipe函数创建:#include <unistd.h>int pipe(int filedes[2]);调用pipe函数