[過去ログ] Boost総合スレ part9 (981レス)
上下前次1-新
抽出解除 レス栞
このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
598(1): デフォルトの名無しさん [sage] 2011/09/05(月) 20:16:43.56 AAS
>596596(1): デフォルトの名無しさん [sage] 2011/09/05(月) 20:07:12.19 AAS
コード書けや
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
#=================
599: デフォルトの名無しさん [sage] 2011/09/05(月) 20:21:26.46 AAS
>>598
すまん。肝心のerase()が抜けてたorz
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()) {
pt.erase(n1.to_iterator(it));
write_ini("hoge.ini", pt);
}
<hoge.ini>
#=================
[Section]
Key1=1234
Key2=ABCDE
#=================
上下前次1-新書関写板覧索設栞歴
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル
ぬこの手 ぬこTOP 0.046s