# NamedPipe **Repository Path**: sy_06/named-pipe ## Basic Information - **Project Name**: NamedPipe - **Description**: 简单的命名管道示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-18 - **Last Updated**: 2024-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NamePipe #### 介绍 简单的命名管道示例 #### 使用说明 1. 编译服务端:g++ server.cpp NamedPipe.cpp -o server 2. 编译客户端:g++ client.cpp NamedPipe.cpp -o client 3. 运行:先运行server后运行client.