<?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: Handling game data with C++ arrays</title>
	<atom:link href="https://gamecodeschool.com/c-plus-plus/handling-game-data-with-c-arrays/feed/" rel="self" type="application/rss+xml" />
	<link>https://gamecodeschool.com/c-plus-plus/handling-game-data-with-c-arrays/</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: George</title>
		<link>https://gamecodeschool.com/c-plus-plus/handling-game-data-with-c-arrays/#comment-3592</link>
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Wed, 14 Dec 2016 07:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=13218#comment-3592</guid>
		<description><![CDATA[cheers was thinking would make learning a lot easier]]></description>
		<content:encoded><![CDATA[<p>cheers was thinking would make learning a lot easier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/c-plus-plus/handling-game-data-with-c-arrays/#comment-3584</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Mon, 12 Dec 2016 08:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=13218#comment-3584</guid>
		<description><![CDATA[Hi George,

The tutorials on this site can be considered an excerpt from the book so there is some overlap. I like to think the book is much wider and deeper. If you look on the publisher&#039;s site here. https://www.packtpub.com/game-development/beginning-c-game-programming you can click on each chapter to see the main headings and decide for yourself if there is enough content to justify the price. You can also see some screenshots of the three projects here. http://gamecodeschool.com/books/beginning-c-plus-plus-game-programming/

Thanks for your question,

John]]></description>
		<content:encoded><![CDATA[<p>Hi George,</p>
<p>The tutorials on this site can be considered an excerpt from the book so there is some overlap. I like to think the book is much wider and deeper. If you look on the publisher&#8217;s site here. <a href="https://www.packtpub.com/game-development/beginning-c-game-programming" rel="nofollow">https://www.packtpub.com/game-development/beginning-c-game-programming</a> you can click on each chapter to see the main headings and decide for yourself if there is enough content to justify the price. You can also see some screenshots of the three projects here. <a href="http://gamecodeschool.com/books/beginning-c-plus-plus-game-programming/" rel="nofollow">http://gamecodeschool.com/books/beginning-c-plus-plus-game-programming/</a></p>
<p>Thanks for your question,</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>https://gamecodeschool.com/c-plus-plus/handling-game-data-with-c-arrays/#comment-3583</link>
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Mon, 12 Dec 2016 08:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=13218#comment-3583</guid>
		<description><![CDATA[Hello john, 
it&#039;s me again was just wondrring if you could link me to where i can buy your book (if its got anything different to the tutorials).]]></description>
		<content:encoded><![CDATA[<p>Hello john,<br />
it&#8217;s me again was just wondrring if you could link me to where i can buy your book (if its got anything different to the tutorials).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Horton</title>
		<link>https://gamecodeschool.com/c-plus-plus/handling-game-data-with-c-arrays/#comment-1957</link>
		<dc:creator><![CDATA[John Horton]]></dc:creator>
		<pubDate>Fri, 20 May 2016 08:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=13218#comment-1957</guid>
		<description><![CDATA[This tutorial sets up your development environment: http://gamecodeschool.com/sfml/setting-up-visual-studio-and-sfml-development-environment/
Then this tutorial opens a window and does a bit of drawing: http://gamecodeschool.com/sfml/building-your-first-sfml-game-project/

Good luck and have fun!]]></description>
		<content:encoded><![CDATA[<p>This tutorial sets up your development environment: <a href="http://gamecodeschool.com/sfml/setting-up-visual-studio-and-sfml-development-environment/" rel="nofollow">http://gamecodeschool.com/sfml/setting-up-visual-studio-and-sfml-development-environment/</a><br />
Then this tutorial opens a window and does a bit of drawing: <a href="http://gamecodeschool.com/sfml/building-your-first-sfml-game-project/" rel="nofollow">http://gamecodeschool.com/sfml/building-your-first-sfml-game-project/</a></p>
<p>Good luck and have fun!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G. S.</title>
		<link>https://gamecodeschool.com/c-plus-plus/handling-game-data-with-c-arrays/#comment-1954</link>
		<dc:creator><![CDATA[G. S.]]></dc:creator>
		<pubDate>Fri, 20 May 2016 03:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://gamecodeschool.com/?p=13218#comment-1954</guid>
		<description><![CDATA[In the next tutorial, will you explain how to create a window on the desktop along with the game? Or is there a dev program you will use to show the game? I&#039;d recommend showing how to create a window, as I&#039;ve been wondering how to do that for months.]]></description>
		<content:encoded><![CDATA[<p>In the next tutorial, will you explain how to create a window on the desktop along with the game? Or is there a dev program you will use to show the game? I&#8217;d recommend showing how to create a window, as I&#8217;ve been wondering how to do that for months.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
