<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takehikom</author_name>
  <author_url>https://blog.hatena.ne.jp/takehikom/</author_url>
  <blog_title>わさっきhb</blog_title>
  <blog_url>https://takehikom.hateblo.jp/</blog_url>
  <categories>
    <anon>情報教育</anon>
    <anon>C</anon>
  </categories>
  <description>自己参照構造体で，授業中に話したことを思い出す…． 自己参照構造体を定義するとき，ダメな書き方が2種類かあります．いずれもコンパイラが検出して，エラーを報告します． /* ダメな書き方1 */ struct { int value; node *next; } node; /* ダメな書き方2 */ struct node { int value; struct node next; }; node n; (なお，「int value;」は，アプリケーションによってもっと複雑になりますし，ここに構造体を書くこともあります．valueは「値」，nodeはグラフ理論でいう「節点(せってん)」という…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakehikom.hateblo.jp%2Fentry%2F20061218%2F1166391889&quot; title=&quot; 自己参照構造体 - わさっきhb&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-18 06:44:49</published>
  <title> 自己参照構造体</title>
  <type>rich</type>
  <url>https://takehikom.hateblo.jp/entry/20061218/1166391889</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
