<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>naomeocooking</author_name>
  <author_url>https://blog.hatena.ne.jp/naomeocooking/</author_url>
  <blog_title>おべんきょうめも</blog_title>
  <blog_url>https://naomeo.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>サイトプログラムを書こう！のページの「C++入門」を読んだのでその内容を自分用にメモしてみる。 継承 以下のコードは継承はこんな風にやるという例。この例ではNekoが親クラスでShisankaNekoが子クラス。 // neko.cpp #include &lt;iostream&gt; #include &lt;string&gt; using namespace std; class Neko { string name; public: Neko(string s) : name(s){} void naku() const{ cout&lt;&lt;&quot;にゃあ。我が名は&quot;&lt;&lt;name&lt;&lt;&quot;である&quot;&lt;&lt;endl; } }; …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnaomeo.hateblo.jp%2Fentry%2F2020%2F06%2F08%2F231554&quot; title=&quot;C++に入門した - おべんきょうめも&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>2020-06-08 23:15:54</published>
  <title>C++に入門した</title>
  <type>rich</type>
  <url>https://naomeo.hateblo.jp/entry/2020/06/08/231554</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
