<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Worth Living &#187; プログラミングの基本</title>
	<atom:link href="https://worthliv.com/category/cpp/cpp-basic/feed" rel="self" type="application/rss+xml" />
	<link>https://worthliv.com</link>
	<description>楽しく幸せに人生を送るためにはどうすれば良いのか？人生の要素をお金、仕事、勉強、プライベート、健康、心の6要素に分類して考察しています。プログラミング入門に関する記事も掲載。</description>
	<lastBuildDate>Wed, 09 Mar 2016 04:20:46 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/category/cpp/cpp-basic/feed" />
	<item>
		<title>文字／char型・ワイド文字型</title>
		<link>https://worthliv.com/cpp_char.html</link>
		<comments>https://worthliv.com/cpp_char.html#comments</comments>
		<pubDate>Sun, 02 Jun 2013 09:19:18 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[プログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1294</guid>
		<description><![CDATA[char型の文字 C/C++の文字の宣言であるchar型は、1文字を表します。 スポンサーリンク char 'A'; char 'a'; と、文字型のデータは、シングルクオーテーション「&#8217;」で囲みます。 \は [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/cpp_char.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/cpp_char.html" />
	</item>
		<item>
		<title>浮動小数点数（float）と整数（int）</title>
		<link>https://worthliv.com/cpp_post_3.html</link>
		<comments>https://worthliv.com/cpp_post_3.html#comments</comments>
		<pubDate>Sun, 02 Jun 2013 08:41:13 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[プログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1293</guid>
		<description><![CDATA[多くのプログラム言語では、整数と浮動小数点数を、小数点があるかどうかで区別します。 スポンサーリンク 10.0は浮動小数点数、10は整数です。 それぞれ、変数で宣言する場合の型宣言は、以下の通り。 int var_int [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/cpp_post_3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/cpp_post_3.html" />
	</item>
		<item>
		<title>変数の宣言・型宣言</title>
		<link>https://worthliv.com/cpp_post_2.html</link>
		<comments>https://worthliv.com/cpp_post_2.html#comments</comments>
		<pubDate>Sun, 02 Jun 2013 08:19:31 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[プログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1292</guid>
		<description><![CDATA[C/C++では、変数を使用する際には、宣言文で変数を定義する必要があります。 PHPやPythonなどLL言語の場合、変数をいきなり使用できますから、この点はC/C++と異なります。 スポンサーリンク 変数宣言する場合に [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/cpp_post_2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/cpp_post_2.html" />
	</item>
		<item>
		<title>基本的なプログラム構造・int main()</title>
		<link>https://worthliv.com/cpp_post_1.html</link>
		<comments>https://worthliv.com/cpp_post_1.html#comments</comments>
		<pubDate>Sun, 02 Jun 2013 08:03:42 +0000</pubDate>
		<dc:creator><![CDATA[wovethng]]></dc:creator>
				<category><![CDATA[プログラミングの基本]]></category>

		<guid isPermaLink="false">http://localhost/web/tenacity.xsrv.jp/easyramble.com/public_html/?p=1291</guid>
		<description><![CDATA[Microsoft Visual C++の使い方で例に出したコードを見てみます。 スポンサーリンク #include &#60;iostream&#62; int main() { std::cout &#60;&#60; &#038;q [&#8230;]]]></description>
		<wfw:commentRss>https://worthliv.com/cpp_post_1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="https://worthliv.com/cpp_post_1.html" />
	</item>
	</channel>
</rss>
