<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>exh</author_name>
  <author_url>https://blog.hatena.ne.jp/exh/</author_url>
  <blog_title>exhの日記</blog_title>
  <blog_url>https://exh.hatenadiary.org/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>C++ちびちび勉強中。 banana yellow apple red grape purpleみたいな設定ファイルを読み込んで、連想配列をつくる。 #include &lt;fstream&gt; #include &lt;map&gt; ifstream ifs( &quot;config.txt&quot; ); if( !ifs.is_open() ) { cout &lt;&lt; &quot;file open error!! (config.txt)&quot; &lt;&lt; endl; exit(1); } string key, value; map&lt;string, string&gt; fruits; while( !ifs.eof() ) { ifs &gt;&gt; k…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fexh.hatenadiary.org%2Fentry%2F20061207%2F1165495606&quot; title=&quot;map, fstream - exhの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2006-12-07 21:46:46</published>
  <title>map, fstream</title>
  <type>rich</type>
  <url>https://exh.hatenadiary.org/entry/20061207/1165495606</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
