<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MrRadiology</author_name>
  <author_url>https://blog.hatena.ne.jp/MrRadiology/</author_url>
  <blog_title> 学生向けプログラミング入門 | 無料</blog_title>
  <blog_url>https://mrradiology.hatenablog.jp/</blog_url>
  <categories>
    <anon>C++</anon>
    <anon>チュートリアル</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>C++のswitch文は、複数の選択肢の中から一致するものを見つけて、対応するブロックを実行する制御構造です。 switch文は、条件が整数値や文字型である場合に特に便利です。 switch文は、式の値を評価し、一致するcaseラベルを見つけます。 一致するラベルが見つかった場合、そのラベルに対応する処理が実行されます。 その後、break文が見つかるか、switch文の終わりまで処理が続きます。 break文が見つかると、switch文から抜け出します。 defaultキーワードは、switch文の最後に置かれることが一般的です。 defaultラベルは、どのcaseラベルにも一致しない場合に実行される処理を指定します。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmrradiology.hatenablog.jp%2Fentry%2F2024%2F03%2F15%2F101049&quot; title=&quot;C++ | 17 | switch -  学生向けプログラミング入門 | 無料&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>https://cdn-ak.f.st-hatena.com/images/fotolife/M/MrRadiology/20240311/20240311092852.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-03-15 10:10:49</published>
  <title>C++ | 17 | switch</title>
  <type>rich</type>
  <url>https://mrradiology.hatenablog.jp/entry/2024/03/15/101049</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
