<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>配列 &#8211; 電子情報工学科</title>
	<atom:link href="https://www.ei.fukui-nct.ac.jp/tag/%e9%85%8d%e5%88%97/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ei.fukui-nct.ac.jp</link>
	<description>Department of Electronics and Information Engineering</description>
	<lastBuildDate>Wed, 13 Oct 2021 15:24:08 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>変態コード</title>
		<link>https://www.ei.fukui-nct.ac.jp/2021/08/22/abnormality-code/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Sun, 22 Aug 2021 03:43:55 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[ポインタ]]></category>
		<category><![CDATA[配列]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=10097</guid>

					<description><![CDATA[Twitterで以下のようなコードが紹介されていた。 ポイントは、a[i] と書くべき所が、*(a + i) と等価であり、*(i + a) = i[a] と書かれている点。 でも、昔どこかで見たという点では、以下のコー [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>ポインタの加算と配列アドレス</title>
		<link>https://www.ei.fukui-nct.ac.jp/2019/05/21/pointer-array/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Tue, 21 May 2019 13:04:35 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[ポインタ]]></category>
		<category><![CDATA[配列]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=7490</guid>

					<description><![CDATA[ポインタの加算と配列アドレス ポインタに整数値を加えることは、アクセスする場所が、指定された分だけ後ろにずれることを意味する。 // ポインタ加算の例 int a[ 5 ] = { 11 , 22 , 33 , 44 , [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
