<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bate</author_name>
  <author_url>https://blog.hatena.ne.jp/bate/</author_url>
  <blog_title>bate's blog</blog_title>
  <blog_url>https://bate.hatenadiary.jp/</blog_url>
  <categories>
    <anon>独り言</anon>
  </categories>
  <description>配列を引数で受け取り、関数内で操作するサンプルを作って機能を確認。 基礎が出来ていない。 エプソンが出してる Endeavor Na01 mini が気になる。 #include &lt;iostream&gt; using namespace std; void add( int array[][2] ) { for( int i = 0; i &lt; 4; ++i ) { for( int j = 0; j &lt; 2; ++j ) { ++array[i][j]; } } } void disp( int array[][2] ) { for( int i = 0; i &lt; 4; ++i ) { for( …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbate.hatenadiary.jp%2Fentry%2F20081203%2F1228310701&quot; title=&quot;配列の基礎 - bate&amp;#39;s blog&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>2008-12-03 22:25:01</published>
  <title>配列の基礎</title>
  <type>rich</type>
  <url>https://bate.hatenadiary.jp/entry/20081203/1228310701</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
