会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Whatbeg's blog
路漫漫其修远兮,仍须上下而求索
博客园
首页
新随笔
联系
订阅
管理
2015年4月27日
Linux下管道编程
摘要: 功能:父进程创建一个子进程父进程负责读用户终端输入,并写入管道子进程从管道接收字符流写入另一个文件代码:#include #include #include #include #include #include #include #define MAX 100int main(){ int n...
阅读全文
posted @ 2015-04-27 23:10 whatbeg
阅读(733)
评论(0)
推荐(1)
编辑
公告