<?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: Dynamic Arrays (Similar to C++ std::vector)</title>
	<atom:link href="http://www.ecere.com/blog/2007/10/22/22/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecere.com/blog/2007/10/22/22/</link>
	<description>Latest Ecere SDK &#38; Apps Developments</description>
	<lastBuildDate>Thu, 16 Apr 2009 14:15:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.ecere.com/blog/2007/10/22/22/comment-page-1/#comment-270</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 04 Sep 2008 05:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ecere.com/blog/2007/10/22/22/#comment-270</guid>
		<description>The truer templates have arrived!

See release 0.43 notes at:

http://www.ecere.com/blog/2008/09/03/ecere-sdk-043-templates-syntax-highlighting/

This example would now read:

void Test()
{
   Array&lt;Point&gt; points { size = 10 };
   points[0] = { 10, 10 };
   points.size = 20;
   points[19] = { 5, 5 };
   delete points;
}</description>
		<content:encoded><![CDATA[<p>The truer templates have arrived!</p>
<p>See release 0.43 notes at:</p>
<p><a href="http://www.ecere.com/blog/2008/09/03/ecere-sdk-043-templates-syntax-highlighting/" rel="nofollow">http://www.ecere.com/blog/2008/09/03/ecere-sdk-043-templates-syntax-highlighting/</a></p>
<p>This example would now read:</p>
<p>void Test()<br />
{<br />
   Array
<point> points { size = 10 };<br />
   points[0] = { 10, 10 };<br />
   points.size = 20;<br />
   points[19] = { 5, 5 };<br />
   delete points;<br />
}</point>
]]></content:encoded>
	</item>
</channel>
</rss>
