📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

276行目: 276行目:
       std::cout << "\nNew YAML:\n" << newNode << std::endl;
       std::cout << "\nNew YAML:\n" << newNode << std::endl;
   
   
       // TAMLファイルへの書き込み
       // YAMLファイルへの書き込み
       std::ofstream fout("output.yaml");
       std::ofstream fout("output.yaml");
       fout << newNode;
       fout << newNode;