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

84行目: 84行目:
     // 各データの表示
     // 各データの表示
     cout << "firstname:" << firstname << endl;
     cout << "firstname:" << firstname << endl;
     cout << "lastname:" << lastname << endl;
     cout << "lastname:" << lastname << endl;
     cout << "age:" << age << endl;
     cout << "age:"       << age << endl;
     cout << "height:" << height << endl;
     cout << "height:"   << height << endl;
  }
  }
  else {
  else {
94行目: 94行目:
  </syntaxhighlight>
  </syntaxhighlight>
<br>
<br>
==== JSONファイルの書き込み ====
==== JSONファイルの書き込み ====
  <syntaxhighlight lang="c++">
  <syntaxhighlight lang="c++">