Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
main(){ helloworld(); } void helloworld(){ cout<<"hellowowrld"; }
它输出hello world,有什么问题?
这一行你错过了一个=
if(pipe(pfd2) =-1){