<?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[Alte Funktionen aus C: namespace std]]></title><description><![CDATA[<p>Hallo,</p>
<p>wann landen die alten Funktionen aus C im Namespace std und wann nicht.<br />
Gibt ja die Header mit h am Ende und die mit c vorne dran und ohne h hinten dran, z.B. ctype.h und cctype</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/306447/alte-funktionen-aus-c-namespace-std</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 19:33:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/306447.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 28 Jul 2012 22:48:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Alte Funktionen aus C: namespace std on Sat, 28 Jul 2012 22:48:30 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wann landen die alten Funktionen aus C im Namespace std und wann nicht.<br />
Gibt ja die Header mit h am Ende und die mit c vorne dran und ohne h hinten dran, z.B. ctype.h und cctype</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2236538</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2236538</guid><dc:creator><![CDATA[dgfdfgfd]]></dc:creator><pubDate>Sat, 28 Jul 2012 22:48:30 GMT</pubDate></item><item><title><![CDATA[Reply to Alte Funktionen aus C: namespace std on Sat, 28 Jul 2012 22:57:29 GMT]]></title><description><![CDATA[<p>Alles mit c am Anfang landet im std-Namensraum.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2236541</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2236541</guid><dc:creator><![CDATA[theliquidwave]]></dc:creator><pubDate>Sat, 28 Jul 2012 22:57:29 GMT</pubDate></item><item><title><![CDATA[Reply to Alte Funktionen aus C: namespace std on Sat, 28 Jul 2012 22:57:30 GMT]]></title><description><![CDATA[<p>Ich versteh nicht so ganz was du meinst. Die C++ Header haben üblicherweise ein c vorne und kein .h hinten, z.B. cmath vs. math.h. Und da es in C keine Namespaces gibt, wirst dir den Rest wohl zusammenreimen können <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2236542</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2236542</guid><dc:creator><![CDATA[Mechanics]]></dc:creator><pubDate>Sat, 28 Jul 2012 22:57:30 GMT</pubDate></item><item><title><![CDATA[Reply to Alte Funktionen aus C: namespace std on Sat, 28 Jul 2012 23:07:49 GMT]]></title><description><![CDATA[<p>theliquidwave schrieb:</p>
<blockquote>
<p>Alles mit c am Anfang landet im std-Namensraum.</p>
</blockquote>
<p>danke.</p>
<p>hab mich nur gewundert, warum ich trotzdem ohne std:: auch manche funktionen verwenden konnte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2236544</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2236544</guid><dc:creator><![CDATA[dgfdfgfd]]></dc:creator><pubDate>Sat, 28 Jul 2012 23:07:49 GMT</pubDate></item><item><title><![CDATA[Reply to Alte Funktionen aus C: namespace std on Sun, 29 Jul 2012 06:46:12 GMT]]></title><description><![CDATA[<p>dgfdfgfd schrieb:</p>
<blockquote>
<p>theliquidwave schrieb:</p>
<blockquote>
<p>Alles mit c am Anfang landet im std-Namensraum.</p>
</blockquote>
<p>danke.</p>
<p>hab mich nur gewundert, warum ich trotzdem ohne std:: auch manche funktionen verwenden konnte.</p>
</blockquote>
<p>Das liegt da dran, dass sie bei einigen verbreiteten Implementierungen auch trotz C++-Headern doch nochmal im globalen Namensraum liegen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2236555</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2236555</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Sun, 29 Jul 2012 06:46:12 GMT</pubDate></item><item><title><![CDATA[Reply to Alte Funktionen aus C: namespace std on Sun, 29 Jul 2012 07:01:46 GMT]]></title><description><![CDATA[<p>Die C++ Standardlibrary enthält aus Kompatibilitätsgründen auch die Header der C Standardlibrary.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2236557</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2236557</guid><dc:creator><![CDATA[dot]]></dc:creator><pubDate>Sun, 29 Jul 2012 07:01:46 GMT</pubDate></item></channel></rss>