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.
まず最初にパイプを開いてから適切な番号を書き込む必要があるため、パイプに番号を書き込む方法を知っている人はいますか?
また、書いた後も番号を読んで印刷する必要があります。
「popen」コマンドでパイプを開こうとしましたが、popen の最初の引数として何を指定すればよいかわかりません:-
popen(const char *command, const char *type)
パイプに数字を書きたい場合、ここでどのコマンドを指定すればよいかを尋ねたい..??