<?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: Fundamental Data Type String</title>
	<atom:link href="http://talkbinary.com/programming/c/fundamental-data-type-string/feed/" rel="self" type="application/rss+xml" />
	<link>http://talkbinary.com/programming/c/fundamental-data-type-string/</link>
	<description>Programming Resources, Technology, Computers</description>
	<lastBuildDate>Wed, 18 Jan 2012 02:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Diego</title>
		<link>http://talkbinary.com/programming/c/fundamental-data-type-string/comment-page-1/#comment-24475</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sat, 17 Jul 2010 07:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=133#comment-24475</guid>
		<description>I&#039;ll figure out where it went. Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ll figure out where it went. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://talkbinary.com/programming/c/fundamental-data-type-string/comment-page-1/#comment-24351</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 16 Jul 2010 00:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=133#comment-24351</guid>
		<description>Hey, there&#039;s a missing image on this tutorial. These are really helpful :)</description>
		<content:encoded><![CDATA[<p>Hey, there&#8217;s a missing image on this tutorial. These are really helpful :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://talkbinary.com/programming/c/fundamental-data-type-string/comment-page-1/#comment-27076</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 16 Jul 2010 00:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=133#comment-27076</guid>
		<description>Hey, there&#039;s a missing image on this tutorial. These are really helpful :)</description>
		<content:encoded><![CDATA[<p>Hey, there&#8217;s a missing image on this tutorial. These are really helpful :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://talkbinary.com/programming/c/fundamental-data-type-string/comment-page-1/#comment-95</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 03 Jul 2008 04:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=133#comment-95</guid>
		<description>Thanks for mentioning it. I added it into the tutorial!</description>
		<content:encoded><![CDATA[<p>Thanks for mentioning it. I added it into the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Amaya</title>
		<link>http://talkbinary.com/programming/c/fundamental-data-type-string/comment-page-1/#comment-91</link>
		<dc:creator>Andy Amaya</dc:creator>
		<pubDate>Wed, 02 Jul 2008 15:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=133#comment-91</guid>
		<description>Hey Diego, this is missing something that would probably cause a headache to a beginner. Don&#039;t for get that in order to use the string Data type as you are describing it they must add

#include    // This 
#include      // or this
using namespace std;  // but definitely this if they want to  
                      // use it how you are explaining other wise they could use it like this

std:: string new_string = &quot;what&quot;; // if 
                                     using namespace std;
                                 // is not used.</description>
		<content:encoded><![CDATA[<p>Hey Diego, this is missing something that would probably cause a headache to a beginner. Don&#8217;t for get that in order to use the string Data type as you are describing it they must add</p>
<p>#include    // This<br />
#include      // or this<br />
using namespace std;  // but definitely this if they want to<br />
                      // use it how you are explaining other wise they could use it like this</p>
<p>std:: string new_string = &#8220;what&#8221;; // if<br />
                                     using namespace std;<br />
                                 // is not used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Amaya</title>
		<link>http://talkbinary.com/programming/c/fundamental-data-type-string/comment-page-1/#comment-27075</link>
		<dc:creator>Andy Amaya</dc:creator>
		<pubDate>Wed, 02 Jul 2008 15:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=133#comment-27075</guid>
		<description>Hey Diego, this is missing something that would probably cause a headache to a beginner. Don&#039;t for get that in order to use the string Data type as you are describing it they must add

#include    // This 
#include      // or this
using namespace std;  // but definitely this if they want to  
                      // use it how you are explaining other wise they could use it like this

std:: string new_string = &quot;what&quot;; // if 
                                     using namespace std;
                                 // is not used.</description>
		<content:encoded><![CDATA[<p>Hey Diego, this is missing something that would probably cause a headache to a beginner. Don&#8217;t for get that in order to use the string Data type as you are describing it they must add</p>
<p>#include    // This<br />
#include      // or this<br />
using namespace std;  // but definitely this if they want to<br />
                      // use it how you are explaining other wise they could use it like this</p>
<p>std:: string new_string = &#8220;what&#8221;; // if<br />
                                     using namespace std;<br />
                                 // is not used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://talkbinary.com/programming/c/fundamental-data-type-string/comment-page-1/#comment-67</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Tue, 24 Jun 2008 14:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=133#comment-67</guid>
		<description>True, since its simply an array of characters but I had it engraved in to my mind as being &quot;fundamental&quot; since it was one of the first thing they taught us. I&#039;ll probably end up changing the name then.</description>
		<content:encoded><![CDATA[<p>True, since its simply an array of characters but I had it engraved in to my mind as being &#8220;fundamental&#8221; since it was one of the first thing they taught us. I&#8217;ll probably end up changing the name then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO tips</title>
		<link>http://talkbinary.com/programming/c/fundamental-data-type-string/comment-page-1/#comment-66</link>
		<dc:creator>SEO tips</dc:creator>
		<pubDate>Tue, 24 Jun 2008 12:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=133#comment-66</guid>
		<description>Well, I would&#039;t call string a fundamental data type. There are many languages that don&#039;t contain string data type and are doing just fine (C for example).</description>
		<content:encoded><![CDATA[<p>Well, I would&#8217;t call string a fundamental data type. There are many languages that don&#8217;t contain string data type and are doing just fine (C for example).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SEO tips</title>
		<link>http://talkbinary.com/programming/c/fundamental-data-type-string/comment-page-1/#comment-27074</link>
		<dc:creator>SEO tips</dc:creator>
		<pubDate>Tue, 24 Jun 2008 12:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=133#comment-27074</guid>
		<description>Well, I would&#039;t call string a fundamental data type. There are many languages that don&#039;t contain string data type and are doing just fine (C for example).</description>
		<content:encoded><![CDATA[<p>Well, I would&#8217;t call string a fundamental data type. There are many languages that don&#8217;t contain string data type and are doing just fine (C for example).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: talkbinary.com @ 2012-02-12 06:24:14 -->
