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.
OSの起動時に実行するようにプログラムが定義されているかどうかを確認する必要があるC++コードを書いています。Windowsでは、レジストリにエントリが存在するかどうかを確認することで実装されます(例:
SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run
)。
OS Xのレジストリと同等のメカニズムは何ですか?プログラムでエントリをチェックするにはどうすればよいですか?
便利なマニュアルへの参照も非常に役立ちます。