<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>robonchu</author_name>
  <author_url>https://blog.hatena.ne.jp/robonchu/</author_url>
  <blog_title>空飛ぶロボットのつくりかた</blog_title>
  <blog_url>https://robonchu.hatenablog.com/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>一歩ずつ！ 型・インスタンス・オブジェクト 構造体は型、型を使って作られた変数はインスタンス。特に、構造体は意味のある情報の塊なので、構造体変数のことをオブジェクトということがある。 アクセスの仕方：①オブジェクト.メンバ ②オブジェクトのポインタ-&gt;メンバ 列挙型 何らかのフラグを宣言するときによく用いられる enum ResultFlag{ Success = 1, Failure = 0 } 三項演算子 a &gt; b ? a : b 真ならばa、偽ならばb 静的変数 プログラムが実行される前にすでに位置がきまっている変数のこと。グローバル変数は静的変数。 初期化はローカル変数であっても一度…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frobonchu.hatenablog.com%2Fentry%2F2017%2F07%2F09%2F092136&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>2017-07-09 09:21:36</published>
  <title>C++のお勉強（２）</title>
  <type>rich</type>
  <url>https://robonchu.hatenablog.com/entry/2017/07/09/092136</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
