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.
Linuxターミナルの出力について疑問があります
ACプログラムで私が作った
printf("Write A Message"); fgets(buffer,BUFSIZ,stdin);
キーボードからメッセージが入力されるのを待ちます バックグラウンドで出力を返すスレッドがありますが、入力中にターミナルにメッセージを出力することは可能ですか? 挿入された言葉を台無しにすることなく。
原因はサーバーにあり、誰かがサーバーにコマンドを書き込むことができます