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.
我正在使用 MinGW 作为我的编译器,但我不知道如何让管道在它上面工作。我已经尝试过 pipe() 和 fork() 函数,但它们似乎都没有工作。有谁知道如何在 Windows 上创建管道,特别是在这个编译器上。我需要包含哪些文件?谢谢!