<?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: Simple Data Structure &#8211; The Vector</title>
	<atom:link href="http://talkbinary.com/programming/c/simple-data-structure-the-vector/feed/" rel="self" type="application/rss+xml" />
	<link>http://talkbinary.com/programming/c/simple-data-structure-the-vector/</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/simple-data-structure-the-vector/comment-page-1/#comment-14943</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Thu, 25 Feb 2010 16:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=297#comment-14943</guid>
		<description>Thanks. I plan on revisiting all these tutorials. I&#039;ll take that into consideration.</description>
		<content:encoded><![CDATA[<p>Thanks. I plan on revisiting all these tutorials. I&#8217;ll take that into consideration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut</title>
		<link>http://talkbinary.com/programming/c/simple-data-structure-the-vector/comment-page-1/#comment-14925</link>
		<dc:creator>Ionut</dc:creator>
		<pubDate>Thu, 25 Feb 2010 08:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=297#comment-14925</guid>
		<description>I think you should have insisted some more on element access. The examples use push_back() a lot, for removing you only mention pop_back(), it would be easy for a beginner to think: &quot;hey, why did they call it a  vector? It&#039;s more like a stack.&quot;</description>
		<content:encoded><![CDATA[<p>I think you should have insisted some more on element access. The examples use push_back() a lot, for removing you only mention pop_back(), it would be easy for a beginner to think: &#8220;hey, why did they call it a  vector? It&#8217;s more like a stack.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut</title>
		<link>http://talkbinary.com/programming/c/simple-data-structure-the-vector/comment-page-1/#comment-27090</link>
		<dc:creator>Ionut</dc:creator>
		<pubDate>Thu, 25 Feb 2010 08:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=297#comment-27090</guid>
		<description>I think you should have insisted some more on element access. The examples use push_back() a lot, for removing you only mention pop_back(), it would be easy for a beginner to think: &quot;hey, why did they call it a  vector? It&#039;s more like a stack.&quot;</description>
		<content:encoded><![CDATA[<p>I think you should have insisted some more on element access. The examples use push_back() a lot, for removing you only mention pop_back(), it would be easy for a beginner to think: &#8220;hey, why did they call it a  vector? It&#8217;s more like a stack.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://talkbinary.com/programming/c/simple-data-structure-the-vector/comment-page-1/#comment-640</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sun, 12 Oct 2008 17:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=297#comment-640</guid>
		<description>You can think of a vector with an array under the hood but with added functionality.

A vector allows you to push_back, push_front, pop_back...etc. 

Tell me if you need any more help. Will gladly do so.</description>
		<content:encoded><![CDATA[<p>You can think of a vector with an array under the hood but with added functionality.</p>
<p>A vector allows you to push_back, push_front, pop_back&#8230;etc. </p>
<p>Tell me if you need any more help. Will gladly do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XERXES</title>
		<link>http://talkbinary.com/programming/c/simple-data-structure-the-vector/comment-page-1/#comment-639</link>
		<dc:creator>XERXES</dc:creator>
		<pubDate>Sun, 12 Oct 2008 16:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=297#comment-639</guid>
		<description>Hmmm, for educational purposes, what is the difference between an array and a Vector?</description>
		<content:encoded><![CDATA[<p>Hmmm, for educational purposes, what is the difference between an array and a Vector?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XERXES</title>
		<link>http://talkbinary.com/programming/c/simple-data-structure-the-vector/comment-page-1/#comment-27089</link>
		<dc:creator>XERXES</dc:creator>
		<pubDate>Sun, 12 Oct 2008 16:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://talkbinary.com/?p=297#comment-27089</guid>
		<description>Hmmm, for educational purposes, what is the difference between an array and a Vector?</description>
		<content:encoded><![CDATA[<p>Hmmm, for educational purposes, what is the difference between an array and a Vector?</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:41:33 -->
