<?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>プログラミング考え方講座 | Shino&#039;s Mind Archive</title>
	<atom:link href="https://shinoarchive.com/contents/category/course/prog-thinking/feed/" rel="self" type="application/rss+xml" />
	<link>https://shinoarchive.com</link>
	<description>-シノの脳内図書館-</description>
	<lastBuildDate>Fri, 27 Mar 2020 03:55:37 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.6</generator>
	<item>
		<title>Javaオブジェクト解説「パッケージとアクセス修飾子」</title>
		<link>https://shinoarchive.com/contents/1109/</link>
					<comments>https://shinoarchive.com/contents/1109/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Fri, 27 Mar 2020 03:55:32 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[アクセス修飾子]]></category>
		<category><![CDATA[パッケージ]]></category>
		<category><![CDATA[プログラミング]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=1109</guid>

					<description><![CDATA[前回、Javaのオブジェクトに関連する3つの考え方を説明した。 以下の3つだ。 カプセル化 継承 多態性(ポリモーフィズム) 今回は、このうちカプセル化に焦点を当てていく。 具体的には、タイトルに書いた通り、パッケージと [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/1109/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Javaオブジェクト解説「3つの基礎となる考え方」</title>
		<link>https://shinoarchive.com/contents/1092/</link>
					<comments>https://shinoarchive.com/contents/1092/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Tue, 24 Mar 2020 05:59:31 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[オブジェクト]]></category>
		<category><![CDATA[カプセル化]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[ポリモーフィズム]]></category>
		<category><![CDATA[多態性]]></category>
		<category><![CDATA[継承]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=1092</guid>

					<description><![CDATA[前回まで、プログラミングの共通する考え方を説明してきた。 しかし、ここからはちょっと個別の内容が増えてしまうので、言語で分けていく。 まずはJavaだ。オブジェクトに関してはかなり強い言語なので、最初の説明にはもってこい [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/1092/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>プログラミング考え方講座「オブジェクト・構造体」</title>
		<link>https://shinoarchive.com/contents/1077/</link>
					<comments>https://shinoarchive.com/contents/1077/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Mon, 23 Mar 2020 05:04:52 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[オブジェクト]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[構造体]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=1077</guid>

					<description><![CDATA[実世界には、様々なモノがあふれている。 例えば、書店で売られている本。 これを、プログラムで表現したいとしよう。 この時、ざっと考えただけでも以下の情報がある。 本のタイトル 著者 出版年月日 版数 値段 これ以外にもあ [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/1077/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>プログラミング考え方講座「関数」</title>
		<link>https://shinoarchive.com/contents/1061/</link>
					<comments>https://shinoarchive.com/contents/1061/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Sun, 22 Mar 2020 01:28:08 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[コマンドライン引数]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[関数]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=1061</guid>

					<description><![CDATA[今まで紹介してきたようなサンプルソースを思い返してみよう。 例えば、成績を判定して表示するプログラム。 例えば、文字列を連結するプログラム。 これらは、非常に単純だった。 しかし、実際に世の中で使用されているものは、もっ [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/1061/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>プログラミング考え方講座「ポインタ(後編)」</title>
		<link>https://shinoarchive.com/contents/1054/</link>
					<comments>https://shinoarchive.com/contents/1054/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Sat, 21 Mar 2020 03:48:59 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[ポインタ]]></category>
		<category><![CDATA[文字列]]></category>
		<category><![CDATA[配列]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=1054</guid>

					<description><![CDATA[今度こそ、ポインタ編がいったん完結になる。 今回は、前回解説した文字列、配列とポインタの関係をお話しよう。 言語ごとに仕様が異なるが、それぞれの内容を補強するような内容にするつもりだ。 どんな考え方が使われているか、重点 [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/1054/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>プログラミング考え方講座「ポインタ(中編)-文字列、配列-」</title>
		<link>https://shinoarchive.com/contents/1041/</link>
					<comments>https://shinoarchive.com/contents/1041/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Thu, 19 Mar 2020 05:36:49 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[文字列]]></category>
		<category><![CDATA[配列]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=1041</guid>

					<description><![CDATA[前回、ポインタとは何かと、それをC言語でどう使うかを解説した。 内容は、大丈夫だろうか。 今回は、ポインタ中編ということで、この知識が関連してくる範囲をお話しよう。 …本当はそれらがポインタにどう関係するかまで今回やりた [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/1041/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>プログラミング考え方講座「ポインタ(前編)」</title>
		<link>https://shinoarchive.com/contents/1023/</link>
					<comments>https://shinoarchive.com/contents/1023/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Wed, 18 Mar 2020 07:19:09 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[ポインタ]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=1023</guid>

					<description><![CDATA[先に書いておく。 今回の内容は、1回読んだだけでは理解できないと思っておいて欲しい。 それほど、今回の内容は難しい。 何を扱うかというと…ポインタという考え方だ。 この内容は、表面上にはC言語のみ現れるが、他の言語にも影 [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/1023/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>プログラミング考え方講座「繰り返し処理」</title>
		<link>https://shinoarchive.com/contents/1004/</link>
					<comments>https://shinoarchive.com/contents/1004/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Sun, 15 Mar 2020 07:43:25 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[繰り返し処理]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=1004</guid>

					<description><![CDATA[プログラミングの強い点の一つ。 それは、同じ処理を繰り返し実行できること。 とはいえ、例えば100回同じ処理をするために、その実行を100回手で行ってしまっては元も子もない。 そこで、プログラムで繰り返し同じ処理を実行で [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/1004/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>プログラミング考え方講座「真偽値と条件分岐」</title>
		<link>https://shinoarchive.com/contents/993/</link>
					<comments>https://shinoarchive.com/contents/993/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Sat, 14 Mar 2020 05:29:31 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[条件分岐]]></category>
		<category><![CDATA[真偽値]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=993</guid>

					<description><![CDATA[プログラミングをやっていると、必ずと言っていいほど行う処理というのがいくつかある。 例えば、前回解説した変数。これがないとほぼシステムを組めない。 …だが、これだけではない。 ある処理を行いたいとき、様々な状況に対応する [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/993/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>プログラミング考え方講座「変数と特殊文字」</title>
		<link>https://shinoarchive.com/contents/973/</link>
					<comments>https://shinoarchive.com/contents/973/#respond</comments>
		
		<dc:creator><![CDATA[shino.20191228]]></dc:creator>
		<pubDate>Fri, 13 Mar 2020 04:23:41 +0000</pubDate>
				<category><![CDATA[プログラミング考え方講座]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[エスケープシーケンス]]></category>
		<category><![CDATA[プログラミング]]></category>
		<category><![CDATA[変数]]></category>
		<guid isPermaLink="false">https://shinoarchive.com/?p=973</guid>

					<description><![CDATA[どんなプログラミング言語でも大体使われる変数。 これがないと、世にあるほぼ全てのシステムが作れなくなってしまう。 それほど、重要なポイントだ。それなのに、奥が深い。 今回は、そんな変数を扱おう。文字列を扱う際に重要な要素 [&#8230;]]]></description>
		
					<wfw:commentRss>https://shinoarchive.com/contents/973/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
