<?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[Was hat es mit  std::xxx auf sich ?]]></title><description><![CDATA[<p>Hallo,<br />
was hat es eigentlich mit z.B. std::string m_Name1; auf sich, wieso nicht einfach ein normalen vektor erstellen wie man es aus C kennt ? Ich bin umsteiger von C auf C++ und hab in meinem C++ Buch über std:: nichts gefunden. Also was bewirkt das bzw. ist es nur eine alternative Code Form ?</p>
<p>Grüße Tim!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/88489/was-hat-es-mit-std-xxx-auf-sich</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 21:01:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/88489.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 Oct 2004 16:10:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Was hat es mit  std::xxx auf sich ? on Sun, 10 Oct 2004 16:10:51 GMT]]></title><description><![CDATA[<p>Hallo,<br />
was hat es eigentlich mit z.B. std::string m_Name1; auf sich, wieso nicht einfach ein normalen vektor erstellen wie man es aus C kennt ? Ich bin umsteiger von C auf C++ und hab in meinem C++ Buch über std:: nichts gefunden. Also was bewirkt das bzw. ist es nur eine alternative Code Form ?</p>
<p>Grüße Tim!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/625431</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625431</guid><dc:creator><![CDATA[TimTaylor34]]></dc:creator><pubDate>Sun, 10 Oct 2004 16:10:51 GMT</pubDate></item><item><title><![CDATA[Reply to Was hat es mit  std::xxx auf sich ? on Sun, 10 Oct 2004 16:15:35 GMT]]></title><description><![CDATA[<p>wenn du in deinem C++ Buch nichts über std:: gefunden hast, ist es vermutlich veraltet. bei std handelt es sich um einen <a href="http://tutorial.schornboeck.net/namespace.htm" rel="nofollow">Namespace</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/625436</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625436</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Sun, 10 Oct 2004 16:15:35 GMT</pubDate></item><item><title><![CDATA[Reply to Was hat es mit  std::xxx auf sich ? on Sun, 10 Oct 2004 16:16:09 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>in C++ existiert das Konzept der Namensräume (Namespaces). Ein Namensraum ist z. B. std (standard), welcher durch std:: gekennzeichnet wird. Also bedeutet std::cout, das cout im Namensraum std liegt.</p>
<p>Du könntest jetzt dein eigenes Cout schreiben und das in deinen Namensraum packen.</p>
<p>Genauere Infos gibts hier:<br />
<a href="http://tutorial.schornboeck.net/namespace.htm" rel="nofollow">http://tutorial.schornboeck.net/namespace.htm</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/625437</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625437</guid><dc:creator><![CDATA[CarstenJ]]></dc:creator><pubDate>Sun, 10 Oct 2004 16:16:09 GMT</pubDate></item><item><title><![CDATA[Reply to Was hat es mit  std::xxx auf sich ? on Sun, 10 Oct 2004 16:21:57 GMT]]></title><description><![CDATA[<p>Also wenn das in deinem Buch nicht drin steht, dann ist es entweder ein seeehr altes Buch oder einfach nur ein schlechtes Buch (wenn es aktueller ist). Der std-Namensraum sollte eigentlich in jedem aktuellen C++-BUch erklärt sein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/625441</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625441</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sun, 10 Oct 2004 16:21:57 GMT</pubDate></item><item><title><![CDATA[Reply to Was hat es mit  std::xxx auf sich ? on Sun, 10 Oct 2004 16:31:31 GMT]]></title><description><![CDATA[<p>Ob nun schlecht oder alt, wenn da wirklich nichts zu namespaces steht, dann wirf es bitte weg und leg dir was besseres zu. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
<p>mfg JJ</p>
]]></description><link>https://www.c-plusplus.net/forum/post/625450</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625450</guid><dc:creator><![CDATA[John Doe]]></dc:creator><pubDate>Sun, 10 Oct 2004 16:31:31 GMT</pubDate></item><item><title><![CDATA[Reply to Was hat es mit  std::xxx auf sich ? on Sun, 10 Oct 2004 16:34:47 GMT]]></title><description><![CDATA[<p>Vielen Dank an Euch alle. Jetzt weiß ich wenigsens bescheid.</p>
<p>Grüße Tim.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/625456</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/625456</guid><dc:creator><![CDATA[TimTaylor34]]></dc:creator><pubDate>Sun, 10 Oct 2004 16:34:47 GMT</pubDate></item></channel></rss>