<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - vector <int> ... and int [NB] ... ?]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=202</link>
		<description><![CDATA[The most recent posts in vector <int> ... and int [NB] ... ?.]]></description>
		<lastBuildDate>Thu, 27 Oct 2011 16:08:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: vector <int> ... and int [NB] ... ?]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=777#p777</link>
			<description><![CDATA[<p>thanks for these details <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Alinor)]]></author>
			<pubDate>Thu, 27 Oct 2011 16:08:34 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=777#p777</guid>
		</item>
		<item>
			<title><![CDATA[Re: vector <int> ... and int [NB] ... ?]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=775#p775</link>
			<description><![CDATA[<p>Hi,<br />yes, the int array will be faster in most general cases,<br />there is some ways to accelerate the vector class by reserving some space etc,<br />so it depend what is the use of your array.</p><p>For exemple, Maratis uses vector for objects list and it&#039;s fast,<br />but for the mesh data, the arrays are not using arrays (lots of access etc)</p><p>You can also create a dynamic array in c++ using :<br />int * myArray = new [NB];<br />delete [] myArray;</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Thu, 27 Oct 2011 07:30:08 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=775#p775</guid>
		</item>
		<item>
			<title><![CDATA[vector <int> ... and int [NB] ... ?]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=773#p773</link>
			<description><![CDATA[<p>Hi, I am working on some functions in c++ using array, and I wish know if &quot;int [NB]&quot; is really more faster than &quot;vector &lt;int&gt;&quot; (a class from vector.h) ? <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Alinor)]]></author>
			<pubDate>Wed, 26 Oct 2011 17:40:14 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=773#p773</guid>
		</item>
	</channel>
</rss>
