<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - vector <int> ... and int [NB] ... ?]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=202&amp;type=atom"/>
	<updated>2011-10-27T16:08:34Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=202</id>
		<entry>
			<title type="html"><![CDATA[Re: vector <int> ... and int [NB] ... ?]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=777#p777"/>
			<content type="html"><![CDATA[<p>thanks for these details <img src="http://forum.maratis3d.com/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></content>
			<author>
				<name><![CDATA[Alinor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=64</uri>
			</author>
			<updated>2011-10-27T16:08:34Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=777#p777</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: vector <int> ... and int [NB] ... ?]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=775#p775"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[anael]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=2</uri>
			</author>
			<updated>2011-10-27T07:30:08Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=775#p775</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[vector <int> ... and int [NB] ... ?]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=773#p773"/>
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alinor]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=64</uri>
			</author>
			<updated>2011-10-26T17:40:14Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=773#p773</id>
		</entry>
</feed>
