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++ と gtkmm で簡単なテキスト エディターを作成しようとしましたが、そのプログラムで "open with" を使用してテキスト ファイルを開く方法を知りたいです。理解を深めるために、「test.txt」というテキスト ファイルがあり、「open with」を使用して自分のプログラムでそのファイルを開きたいとします。
Windows では、これはレジストリ設定です。プログラム内からレジストリ設定を変更できますが、それ以外は、プログラムを起動するのは OS 次第です。