<?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: C++ Tutorial Basics</title>
	<atom:link href="http://www.sdltutorials.com/cpp-tutorial-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sdltutorials.com/cpp-tutorial-basics/</link>
	<description>SDL Tutorials - Game Tutorials - Programming Tutorials</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:45:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Tim Jones</title>
		<link>http://www.sdltutorials.com/cpp-tutorial-basics/comment-page-1/#comment-1972</link>
		<dc:creator>Tim Jones</dc:creator>
		<pubDate>Wed, 22 Apr 2009 12:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/c-tutorial-basics/#comment-1972</guid>
		<description>Thanks guys. I&#039;ll get to the next one asap.</description>
		<content:encoded><![CDATA[<p>Thanks guys. I&#8217;ll get to the next one asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myromance123</title>
		<link>http://www.sdltutorials.com/cpp-tutorial-basics/comment-page-1/#comment-1079</link>
		<dc:creator>myromance123</dc:creator>
		<pubDate>Fri, 06 Mar 2009 19:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/c-tutorial-basics/#comment-1079</guid>
		<description>WOot!

  Awesome tutorial :D
I did this on Ubuntu hehe.
  Please do continue with this tutorial, I want to learn and you&#039;re a great teacher!</description>
		<content:encoded><![CDATA[<p>WOot!</p>
<p>  Awesome tutorial <img src='http://www.sdltutorials.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
I did this on Ubuntu hehe.<br />
  Please do continue with this tutorial, I want to learn and you&#8217;re a great teacher!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gus</title>
		<link>http://www.sdltutorials.com/cpp-tutorial-basics/comment-page-1/#comment-1042</link>
		<dc:creator>Gus</dc:creator>
		<pubDate>Fri, 27 Feb 2009 16:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/c-tutorial-basics/#comment-1042</guid>
		<description>Thanks, I used to programming in C long years ago when i was an student. I would like to see more complex material in the next part, i hope you post it soon.

(pd: sorry if i have errors in my english..)</description>
		<content:encoded><![CDATA[<p>Thanks, I used to programming in C long years ago when i was an student. I would like to see more complex material in the next part, i hope you post it soon.</p>
<p>(pd: sorry if i have errors in my english..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Jones</title>
		<link>http://www.sdltutorials.com/cpp-tutorial-basics/comment-page-1/#comment-961</link>
		<dc:creator>Tim Jones</dc:creator>
		<pubDate>Thu, 29 Jan 2009 13:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/c-tutorial-basics/#comment-961</guid>
		<description>You&#039;re welcome Clem. :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome Clem. <img src='http://www.sdltutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clem</title>
		<link>http://www.sdltutorials.com/cpp-tutorial-basics/comment-page-1/#comment-920</link>
		<dc:creator>clem</dc:creator>
		<pubDate>Sun, 11 Jan 2009 18:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/c-tutorial-basics/#comment-920</guid>
		<description>Thank you Tim.</description>
		<content:encoded><![CDATA[<p>Thank you Tim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creature</title>
		<link>http://www.sdltutorials.com/cpp-tutorial-basics/comment-page-1/#comment-906</link>
		<dc:creator>Creature</dc:creator>
		<pubDate>Mon, 29 Dec 2008 20:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/c-tutorial-basics/#comment-906</guid>
		<description>Even though the idea was to demonstrate what #define is, as these are the basics of C++, by starting out with telling them what define is before using std::string and using it as a string, it&#039;ll make the user reach back for the #define when things don&#039;t work (as it is the first thing they&#039;ve learned). But macro&#039;s usually should be avoided in C++, as they can be replaced by functions (sure, the macro is replaced by the code it represents before compiling and there is no overhead at all, but when you&#039;re not writing a needs-to-be-extrmely-fast application or an OS, the overhead isn&#039;t that important).

So I&#039;d have to agree with Revan.</description>
		<content:encoded><![CDATA[<p>Even though the idea was to demonstrate what #define is, as these are the basics of C++, by starting out with telling them what define is before using std::string and using it as a string, it&#8217;ll make the user reach back for the #define when things don&#8217;t work (as it is the first thing they&#8217;ve learned). But macro&#8217;s usually should be avoided in C++, as they can be replaced by functions (sure, the macro is replaced by the code it represents before compiling and there is no overhead at all, but when you&#8217;re not writing a needs-to-be-extrmely-fast application or an OS, the overhead isn&#8217;t that important).</p>
<p>So I&#8217;d have to agree with Revan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Jones</title>
		<link>http://www.sdltutorials.com/cpp-tutorial-basics/comment-page-1/#comment-881</link>
		<dc:creator>Tim Jones</dc:creator>
		<pubDate>Mon, 15 Dec 2008 15:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/c-tutorial-basics/#comment-881</guid>
		<description>Revan,
The premise of this tutorial was to introduce the very basics without clouding it with things that aren&#039;t necessary. As people progress in programming they will learn the &quot;ethics&quot; of programming, but for the purposes of this tutorial, I did not want to confuse them further with more things like string and std. It would be one heck of a time trying to explain how that class even works. Plus, the idea was to show how #define works, not necessarily how to use strings. I understand your concern, but just hold out, I&#039;ll teach them in future tutorials what to do and what not to do. Thanks for the feedback!</description>
		<content:encoded><![CDATA[<p>Revan,<br />
The premise of this tutorial was to introduce the very basics without clouding it with things that aren&#8217;t necessary. As people progress in programming they will learn the &#8220;ethics&#8221; of programming, but for the purposes of this tutorial, I did not want to confuse them further with more things like string and std. It would be one heck of a time trying to explain how that class even works. Plus, the idea was to show how #define works, not necessarily how to use strings. I understand your concern, but just hold out, I&#8217;ll teach them in future tutorials what to do and what not to do. Thanks for the feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Revan1985</title>
		<link>http://www.sdltutorials.com/cpp-tutorial-basics/comment-page-1/#comment-876</link>
		<dc:creator>Revan1985</dc:creator>
		<pubDate>Fri, 12 Dec 2008 20:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sdltutorials.com/c-tutorial-basics/#comment-876</guid>
		<description>Uhm, only a little thing...
you use #define to set a macro, with the value &quot;Tym&quot;...
is not better use for esample or a std::string, or a const std::string?
the #define is better to not use in c++, because not all times wath is a good thing in c [#define], is good also in c++, the compiler had no control on it, and is so bad this thing ^^
you have a standard, use it :P
for the other things, is a good tutorial ^^</description>
		<content:encoded><![CDATA[<p>Uhm, only a little thing&#8230;<br />
you use #define to set a macro, with the value &quot;Tym&quot;&#8230;<br />
is not better use for esample or a std::string, or a const std::string?<br />
the #define is better to not use in c++, because not all times wath is a good thing in c [#define], is good also in c++, the compiler had no control on it, and is so bad this thing ^^<br />
you have a standard, use it <img src='http://www.sdltutorials.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
for the other things, is a good tutorial ^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>
