1
    main(){

     helloworld();
}
void helloworld(){
     cout<<"hellowowrld";
}

它输出hello world,有什么问题?

4

1 回答 1

5

这一行你错过了一个=

 if(pipe(pfd2) =-1){
于 2013-11-01T07:22:08.800 回答