<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>WorldWorldWorld</author_name>
  <author_url>https://blog.hatena.ne.jp/WorldWorldWorld/</author_url>
  <blog_title>小さな星がほらひとつ</blog_title>
  <blog_url>https://blog.wackwack.net/</blog_url>
  <categories>
    <anon>プログラミング</anon>
    <anon>プログラミング-C/C++</anon>
  </categories>
  <description>今までcsvは試したことが無いのでやってみたメモ。 性能評価に必要だと思い、エクセルで見ることを想定。今回はC++のofstreamを使用。 まずは必要なコード #include &lt;fstream&gt; using namespace std; ofstream log; log.open(&quot;log.csv&quot;,ios::trunc) // ofstream log(&quot;log.csv&quot;)でも可。第2引数のtruncは同名ファイルがあった場合には以前の内容を全て消す、というオプション。 log&lt;&lt;value; log.close(); // これで保存終了 次にcsvに出力するための書式。 まとめると…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.wackwack.net%2Fentry%2F20091112%2F1258037957&quot; title=&quot;c++でのcsvファイルへの出力 - 小さな星がほらひとつ&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>https://images-fe.ssl-images-amazon.com/images/I/51Hh7JObmUL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-11-12 23:59:17</published>
  <title>c++でのcsvファイルへの出力</title>
  <type>rich</type>
  <url>https://blog.wackwack.net/entry/20091112/1258037957</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
