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.
C++ アプリケーションのマニュアル ページを作成しました。コマンド ラインで特定のフラグが指定されたときに、それをユーザーに表示したいと考えています。これを行う唯一の方法はsystem("man myapplication")ありますか、それともより良いオプションはありますか?
system("man myapplication")