- 598 名前:デフォルトの名無しさん mailto:sage [2011/09/05(月) 20:16:43.56 ]
- >596
ptree pt; read_ini("hoge.ini", pt); ptree& n1 = pt.get_child("Section"); ptree::assoc_iterator it = n1.find("Key1"); if (it != n1.not_found()) { write_ini("hoge.ini", pt); } <hoge.ini> #================= [Section] Key1=1234 Key2=ABCDE #=================
|

|