<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Werden Objekte auch wieder gelöscht bei CArray::RemoveAll()]]></title><description><![CDATA[<p>wenn ich bspw.</p>
<p>CArray &lt;MyObject*,MyObject *&gt; array;</p>
<p>MyObject *p= new MyObjekt();</p>
<p>array.Add(p);<br />
.<br />
.<br />
.<br />
.<br />
array.RemoveAll();</p>
<p>werden dann die Objekte von CArray auch mit delete gelöscht??</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/159703/werden-objekte-auch-wieder-gelöscht-bei-carray-removeall</link><generator>RSS for Node</generator><lastBuildDate>Tue, 28 Jul 2026 05:12:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/159703.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Sep 2006 10:00:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Werden Objekte auch wieder gelöscht bei CArray::RemoveAll() on Mon, 18 Sep 2006 10:00:34 GMT]]></title><description><![CDATA[<p>wenn ich bspw.</p>
<p>CArray &lt;MyObject*,MyObject *&gt; array;</p>
<p>MyObject *p= new MyObjekt();</p>
<p>array.Add(p);<br />
.<br />
.<br />
.<br />
.<br />
array.RemoveAll();</p>
<p>werden dann die Objekte von CArray auch mit delete gelöscht??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139437</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139437</guid><dc:creator><![CDATA[BorisDieKlinge]]></dc:creator><pubDate>Mon, 18 Sep 2006 10:00:34 GMT</pubDate></item><item><title><![CDATA[Reply to Werden Objekte auch wieder gelöscht bei CArray::RemoveAll() on Mon, 18 Sep 2006 10:26:50 GMT]]></title><description><![CDATA[<p>ich glaub' nicht, destruktoren werden nicht aufgerufen wenn im 'CArray' pointer gespeichert werden. aber probier's doch einfach mal aus...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1139452</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1139452</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Mon, 18 Sep 2006 10:26:50 GMT</pubDate></item></channel></rss>