<?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: How to create a list from vector?</title>
	<atom:link href="http://codereflect.com/2009/06/11/how-to-create-a-list-from-vector/feed/" rel="self" type="application/rss+xml" />
	<link>http://codereflect.com/2009/06/11/how-to-create-a-list-from-vector/</link>
	<description>on programming tips and trending topics...</description>
	<lastBuildDate>Sun, 29 Jan 2012 09: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: kobiwan</title>
		<link>http://codereflect.com/2009/06/11/how-to-create-a-list-from-vector/comment-page-1/#comment-2282</link>
		<dc:creator>kobiwan</dc:creator>
		<pubDate>Sat, 20 Jun 2009 02:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=888#comment-2282</guid>
		<description>Instead of ensuring the size of the destincaiton container you can use back_inserter()

list lis;
copy(vec.begin(),vec.end(),back_inserter(lis));</description>
		<content:encoded><![CDATA[<p>Instead of ensuring the size of the destincaiton container you can use back_inserter()</p>
<p>list lis;<br />
copy(vec.begin(),vec.end(),back_inserter(lis));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nibu Thomas</title>
		<link>http://codereflect.com/2009/06/11/how-to-create-a-list-from-vector/comment-page-1/#comment-2281</link>
		<dc:creator>Nibu Thomas</dc:creator>
		<pubDate>Thu, 18 Jun 2009 05:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://sarathc.wordpress.com/?p=888#comment-2281</guid>
		<description>Instead of &quot;copy&quot; it&#039;s better to use vector::assign.</description>
		<content:encoded><![CDATA[<p>Instead of &#8220;copy&#8221; it&#8217;s better to use vector::assign.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

