<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Game variables in C++</title>
	<atom:link href="https://gamecodeschool.com/c-plus-plus/game-variables-c-plus-plus/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/c-plus-plus/game-variables-c-plus-plus/</link>
	<description>Game Coding for Beginners</description>
	<lastBuildDate>Mon, 20 Apr 2026 12:04:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: Idk</title>
		<link>https://gamecodeschool.com/c-plus-plus/game-variables-c-plus-plus/#comment-17357</link>
		<dc:creator><![CDATA[Idk]]></dc:creator>
		<pubDate>Wed, 17 Mar 2021 16:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12513#comment-17357</guid>
		<description><![CDATA[Other tutorials are confusing because they give you options for things you don&#039;t want to learn about, but this one gives the tutorial for the exact thing your looking for thanks!]]></description>
		<content:encoded><![CDATA[<p>Other tutorials are confusing because they give you options for things you don&#8217;t want to learn about, but this one gives the tutorial for the exact thing your looking for thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/c-plus-plus/game-variables-c-plus-plus/#comment-3131</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Wed, 02 Nov 2016 07:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12513#comment-3131</guid>
		<description><![CDATA[Thanks Shawn! Fixed it.]]></description>
		<content:encoded><![CDATA[<p>Thanks Shawn! Fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>https://gamecodeschool.com/c-plus-plus/game-variables-c-plus-plus/#comment-3124</link>
		<dc:creator><![CDATA[Shawn]]></dc:creator>
		<pubDate>Tue, 01 Nov 2016 14:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12513#comment-3124</guid>
		<description><![CDATA[Declaring and initializing in one step
int playerScore = 0;
String playerInitial = &#039;J&#039;;
float valuePi = 3.141f;
bool isAlive = true;

Shouldn&#039;t the second line of variable initialization be a char instead of a string? i.e. char playerInitial = &#039;J&#039;;]]></description>
		<content:encoded><![CDATA[<p>Declaring and initializing in one step<br />
int playerScore = 0;<br />
String playerInitial = &#8216;J';<br />
float valuePi = 3.141f;<br />
bool isAlive = true;</p>
<p>Shouldn&#8217;t the second line of variable initialization be a char instead of a string? i.e. char playerInitial = &#8216;J';</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/c-plus-plus/game-variables-c-plus-plus/#comment-1807</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Tue, 19 Apr 2016 15:20:26 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12513#comment-1807</guid>
		<description><![CDATA[Hi Sam, Nice to get this comment from you. Just by coincidence, the second project in my next book is a never-ending, zombie survival shooter. I have just added some screen shots on the book page. &lt;a href=&quot;http://gamecodeschool.com/blog/beginning-c-plus-plus-game-programming/&quot; rel=&quot;nofollow&quot;&gt;Beginning C++ game programming&lt;/a&gt;.
&lt;img src=&quot;http://gamecodeschool.com/wp-content/uploads/2016/01/beginning_c_plus_plus_game_programming_zombie_survival_project_8.png&quot; alt=&quot;Beginning C++ Game Programming - Thousands of zombies&quot; /&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi Sam, Nice to get this comment from you. Just by coincidence, the second project in my next book is a never-ending, zombie survival shooter. I have just added some screen shots on the book page. <a href="http://gamecodeschool.com/blog/beginning-c-plus-plus-game-programming/" rel="nofollow">Beginning C++ game programming</a>.<br />
<img src="http://gamecodeschool.com/wp-content/uploads/2016/01/beginning_c_plus_plus_game_programming_zombie_survival_project_8.png" alt="Beginning C++ Game Programming - Thousands of zombies" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>https://gamecodeschool.com/c-plus-plus/game-variables-c-plus-plus/#comment-1805</link>
		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Tue, 19 Apr 2016 09:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=12513#comment-1805</guid>
		<description><![CDATA[I am really looking forward to diving into this game coding series, I can&#039;t wait to master c++. This is certainly the best c++ game programming website I have ever seen. i am sure my 2D 8bit zombie shooter game will be done in no time!]]></description>
		<content:encoded><![CDATA[<p>I am really looking forward to diving into this game coding series, I can&#8217;t wait to master c++. This is certainly the best c++ game programming website I have ever seen. i am sure my 2D 8bit zombie shooter game will be done in no time!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
