<?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[delete NULL]]></title><description><![CDATA[<p>Wenn man delete für einen NULL-Pointer aufruft, wird das ja geprüft und nichts gemacht. Gilt das auch für Arrays, also delete [] nullPointer; ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/309940/delete-null</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 02:13:35 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/309940.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 31 Oct 2012 05:23:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to delete NULL on Wed, 31 Oct 2012 05:23:22 GMT]]></title><description><![CDATA[<p>Wenn man delete für einen NULL-Pointer aufruft, wird das ja geprüft und nichts gemacht. Gilt das auch für Arrays, also delete [] nullPointer; ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2265806</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2265806</guid><dc:creator><![CDATA[nixlöscher]]></dc:creator><pubDate>Wed, 31 Oct 2012 05:23:22 GMT</pubDate></item><item><title><![CDATA[Reply to delete NULL on Wed, 31 Oct 2012 05:34:21 GMT]]></title><description><![CDATA[<p><a href="http://www.cplusplus.com/reference/std/new/operator%20delete%5B%5D/" rel="nofollow">http://www.cplusplus.com/reference/std/new/operator%20delete[]/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2265809</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2265809</guid><dc:creator><![CDATA[google.it]]></dc:creator><pubDate>Wed, 31 Oct 2012 05:34:21 GMT</pubDate></item><item><title><![CDATA[Reply to delete NULL on Wed, 31 Oct 2012 05:53:18 GMT]]></title><description><![CDATA[<p>N3337 §5.3.5/7 schrieb:</p>
<blockquote>
<p>If the value of the operand of the delete-expression is not a null pointer value, the delete-expression will<br />
call a deallocation function</p>
</blockquote>
<p>Also: Ja.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2265810</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2265810</guid><dc:creator><![CDATA[Sone]]></dc:creator><pubDate>Wed, 31 Oct 2012 05:53:18 GMT</pubDate></item></channel></rss>