<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ch3cooh393</author_name>
  <author_url>https://blog.hatena.ne.jp/ch3cooh393/</author_url>
  <blog_title>酢ろぐ！</blog_title>
  <blog_url>https://blog.ch3cooh.jp/</blog_url>
  <categories>
    <anon>開発</anon>
    <anon>開発-C/C++</anon>
  </categories>
  <description>(2011/12/24 追記) 旧ブログから記事を移行しています。 **構造体とは 異なる型のデータをひとかたまりのデータ型として扱う為のもの。 各データの要素が同じ型なら配列でも代用できますが、要素の型が異なる時には構造体が便利。 &lt;&lt; **構造体の宣言 例えば、社員（社員番号、名前、役職）の構造体を作る時には struct shain{ int number; char name[20]; char lank[20]; }; で新しい構造体型（テンプレート）を宣言された事になり、char、int、double等の基本型と同等に扱う事ができる。 shainをタグ、number、neme、la…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.ch3cooh.jp%2Fentry%2F2004%2F04%2F08%2F215419&quot; title=&quot;構造体の宣言と参照、構造体配列 - 酢ろぐ！&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>2004-04-08 21:54:19</published>
  <title>構造体の宣言と参照、構造体配列</title>
  <type>rich</type>
  <url>https://blog.ch3cooh.jp/entry/2004/04/08/215419</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
