<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ganaware</author_name>
  <author_url>https://blog.hatena.ne.jp/ganaware/</author_url>
  <blog_title>ganaware’s blog</blog_title>
  <blog_url>https://ganaware.hatenadiary.jp/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>http://ml.tietew.jp/cppll/cppll/article/5102 int ** を const int ** へ代入できないのはなぜか? という話。 int* pi; const int** ppci = &amp;pi; // ここでコンパイルエラー const int ci = 0; *ppci = &amp;ci; *pi = 3; // ↑エラーが起こらなければ、 // const なはずの ci の値を書き換えできてしまう うっかり似たようなコードを書いてコンパイラに怒られた経験が何度もあるので、自分的にはポインタのポインタはなんとなく苦手です。 d.y.d.B ** を A…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fganaware.hatenadiary.jp%2Fentry%2F20090731%2F1249002204&quot; title=&quot;int** ⇒ const int** - ganaware’s blog&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>2009-07-31 10:03:24</published>
  <title>int** ⇒ const int**</title>
  <type>rich</type>
  <url>https://ganaware.hatenadiary.jp/entry/20090731/1249002204</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
