<?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[QPointer im Standard?]]></title><description><![CDATA[<p>Gibts sowas wie QPointer <a href="http://doc.trolltech.com/4.3/qpointer.html" rel="nofollow">http://doc.trolltech.com/4.3/qpointer.html</a> auch in der C++ Standard Lib?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/252110/qpointer-im-standard</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 01:24:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/252110.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 14 Oct 2009 19:13:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QPointer im Standard? on Wed, 14 Oct 2009 19:13:38 GMT]]></title><description><![CDATA[<p>Gibts sowas wie QPointer <a href="http://doc.trolltech.com/4.3/qpointer.html" rel="nofollow">http://doc.trolltech.com/4.3/qpointer.html</a> auch in der C++ Standard Lib?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1792687</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1792687</guid><dc:creator><![CDATA[kuhpointer]]></dc:creator><pubDate>Wed, 14 Oct 2009 19:13:38 GMT</pubDate></item><item><title><![CDATA[Reply to QPointer im Standard? on Wed, 14 Oct 2009 19:24:08 GMT]]></title><description><![CDATA[<p>Nicht direkt. Es gibt allerdings Smart-Pointer. Im aktuellen Standard ist nur <code>auto_ptr</code> enthalten, nützliche Smart-Pointers in der Boost-Bibliothek sind ausserdem <code>scoped_ptr</code> und <code>shared_ptr</code> .</p>
<p>Eine gute Einführung findest du im entsprechenden <a href="http://magazin.c-plusplus.net/artikel/Schlaue%20Zeiger%20-%20Boost%20Smart%20Pointer" rel="nofollow">Artikel</a>.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1792689</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1792689</guid><dc:creator><![CDATA[Nexus]]></dc:creator><pubDate>Wed, 14 Oct 2009 19:24:08 GMT</pubDate></item></channel></rss>