mkfifo (const char* filename,mode) //建立指定名字的管道檔案並指明mode ... cout<<"open fifo success"<<endl; char c; while(cin>>c) { write(fd ...
確定! 回上一頁