<?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[__PRETTY_FUNCTION__]]></title><description><![CDATA[<p>hi,</p>
<p>ich habe vor kurzem in einer Header Datei folgende Makros gesehn:</p>
<pre><code class="language-cpp">#ifdef _MSC_VER
#define __PRETTY_FUNCTION__ &quot;&quot;
#endif
</code></pre>
<p>Das Makro _MSC_VER überprüft, ob die Datei mit dem Visual C++ Kompiler kompiliert wurde, aber was bedeutet __PRETTY_FUNCTION__ ?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/176071/__pretty_function__</link><generator>RSS for Node</generator><lastBuildDate>Tue, 25 Aug 2026 08:51:29 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/176071.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 17 Mar 2007 10:57:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to __PRETTY_FUNCTION__ on Sat, 17 Mar 2007 10:57:57 GMT]]></title><description><![CDATA[<p>hi,</p>
<p>ich habe vor kurzem in einer Header Datei folgende Makros gesehn:</p>
<pre><code class="language-cpp">#ifdef _MSC_VER
#define __PRETTY_FUNCTION__ &quot;&quot;
#endif
</code></pre>
<p>Das Makro _MSC_VER überprüft, ob die Datei mit dem Visual C++ Kompiler kompiliert wurde, aber was bedeutet __PRETTY_FUNCTION__ ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247131</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247131</guid><dc:creator><![CDATA[banshee]]></dc:creator><pubDate>Sat, 17 Mar 2007 10:57:57 GMT</pubDate></item><item><title><![CDATA[Reply to __PRETTY_FUNCTION__ on Sat, 17 Mar 2007 11:08:32 GMT]]></title><description><![CDATA[<p>es wird für __PRETTY_FUNCTION__, wenn es sich um MSC handelt &quot;&quot; eingesetzt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247135</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247135</guid><dc:creator><![CDATA[*D*Evil]]></dc:creator><pubDate>Sat, 17 Mar 2007 11:08:32 GMT</pubDate></item><item><title><![CDATA[Reply to __PRETTY_FUNCTION__ on Sat, 17 Mar 2007 11:13:31 GMT]]></title><description><![CDATA[<p>Bedeutet &quot;&quot;.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247138</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247138</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sat, 17 Mar 2007 11:13:31 GMT</pubDate></item><item><title><![CDATA[Reply to __PRETTY_FUNCTION__ on Sat, 17 Mar 2007 11:25:28 GMT]]></title><description><![CDATA[<p>Die Frage ist ja was war __PRETTY_FUNCTION__ vorher:</p>
<p><a href="http://www.google.de/search?client=firefox-a&amp;rls=org.mozilla%3Ade%3Aofficial&amp;channel=s&amp;hl=de&amp;q=__PRETTY_FUNCTION__&amp;meta=&amp;btnG=Google-Suche" rel="nofollow">http://www.google.de/search?client=firefox-a&amp;rls=org.mozilla%3Ade%3Aofficial&amp;channel=s&amp;hl=de&amp;q=__PRETTY_FUNCTION__&amp;meta=&amp;btnG=Google-Suche</a></p>
<p>ich nehem an, dass der GCC so ein Makro hat und wenn man mit VC sowas übersetzen will, dann kennt VC dieses Define oder was auch immer nicht und läßt es einfach &quot;wegfallen&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247143</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247143</guid><dc:creator><![CDATA[Vertexwahn]]></dc:creator><pubDate>Sat, 17 Mar 2007 11:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to __PRETTY_FUNCTION__ on Sat, 17 Mar 2007 11:56:12 GMT]]></title><description><![CDATA[<p>Der Programmierer wusste offensichtlich nicht, dass msc dafür das __FUNCTION__ Makro hat.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1247161</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1247161</guid><dc:creator><![CDATA[lolz]]></dc:creator><pubDate>Sat, 17 Mar 2007 11:56:12 GMT</pubDate></item></channel></rss>