<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>jjx</author_name>
  <author_url>https://blog.hatena.ne.jp/jjx/</author_url>
  <blog_title>jjxの日記</blog_title>
  <blog_url>https://jjx.hatenadiary.org/</blog_url>
  <categories>
    <anon>プログラミング</anon>
  </categories>
  <description>Cを久しぶりにちょっと勉強してみようと思い立って（これはおそらく受験勉強からの逃避行動）、どうせ勉強するならCでオブジェクト指向っぽくクラスみたいなものを作るにはどうしたらいいかとか考えながらやってみました。 $main.c$ #include &lt;stdio.h&gt; #include &quot;animal.h&quot; #include &quot;dog.h&quot; int main(){ struct animal* dog; struct animal* animal; dog = dog_new( &quot;Pochi&quot; ); dog-&gt;bark(dog); dog-&gt;destroy(dog); animal = anima…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fjjx.hatenadiary.org%2Fentry%2F20061022%2Fp1&quot; title=&quot;Cのお勉強 Cでオブジェクト指向っぽく - jjxの日記&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-10-22 00:00:00</published>
  <title>Cのお勉強 Cでオブジェクト指向っぽく</title>
  <type>rich</type>
  <url>https://jjx.hatenadiary.org/entry/20061022/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
