摘要: 代码 阅读全文
posted @ 2010-10-23 13:48 linyilong 阅读(580) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h>FILE *popen(const char *command,const char *open_mode);int pclose(FILE *stream_to_close);代码代码读取大量数据:代码#include <unistd.h>int pipe(int file_descripter[2]);基本使用:代码利用fork调用管... 阅读全文
posted @ 2010-10-23 13:47 linyilong 阅读(244) 评论(0) 推荐(0) 编辑