添加配置文件
Status: Alpha
Brought to you by:
gaoxianchao
记录速度限制,保存路径等信息
可选择的方案,
一:gconf
http://developer.gnome.org/feature/archive/gconf/example.html
使用简单,缺点就是需要引入新的依赖。
二:自己读写xx=ee这样的类.ini文件
读的代码可以参考
http://www.adp-gmbh.ch/cpp/config_file.html
Logged In: NO
你是说 GKeyFile? 也可以,不过扩展性很差,还是开始就用 gconf 比较好。