<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gunsyu3</author_name>
  <author_url>https://blog.hatena.ne.jp/gunsyu3/</author_url>
  <blog_title>群衆三世</blog_title>
  <blog_url>https://gunsyu3.hatenadiary.jp/</blog_url>
  <categories>
    <anon>プログラム</anon>
  </categories>
  <description>二次元配列のメモリの確保の仕方が脳から完全に飛んだ・・・。 char **hoge; *hoge = new char[6]; // hoge = new char[6]; ???? *hoge[0] = new char[6]; *hoge[1] = new char[6]; ： ： *hoge[5] = new char[6]; こ、こうでよかったんだっけ・・・。 こっそり実験しよう・・・。 実験結果 char **hoge = NULL; // 初期化してないとか警告が出た hoge = new char * [6]; hoge[0] = new char [6]; ： ： こうっぽい。…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgunsyu3.hatenadiary.jp%2Fentry%2F20070710%2F1184034848&quot; title=&quot;混乱中 - 群衆三世&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>2007-07-10 11:34:08</published>
  <title>混乱中</title>
  <type>rich</type>
  <url>https://gunsyu3.hatenadiary.jp/entry/20070710/1184034848</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
