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.
我使用 gtkmm-3 用 C++ 编写简单的程序。
我需要以几个数字和字符串的形式存储一些设置。
我找到了 gconfmm,但它似乎只适用于 Gtk 2。
它会一起工作吗?或者有更好的方法来存储设置?
gtkmm 中有一个类Gio::Settings。它是GSettings的包装,可用于此任务。