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.
Boost.Interprocess を使ってクロスプラットフォームで新しいプロセスを開始することは可能でしょうか? また、次のようなプロセスを開始することは可能echoでしょうか?
echo
interprocess モジュールには、実際に新しいプロセスを作成することに関する機能はありません。
system()C関数を見てください。
system()