<?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[Zahl in Standard-String umwandeln]]></title><description><![CDATA[<p>Wie kann ich eine Zahl in einen std::string umwandeln? Das hier:</p>
<pre><code class="language-cpp">const int ZAHL=25;
string str;
char c_str [5];

itoa (25, c_str, 10);
str=c_str;
</code></pre>
<p>ist ja mehr eine Umwegvariante mit Hilfe eines alten Character-Feldes. Gibt es eine Möglichkeit, das direkt zu machen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/147503/zahl-in-standard-string-umwandeln</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 09:09:55 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/147503.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 May 2006 13:43:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Zahl in Standard-String umwandeln on Wed, 17 May 2006 13:43:59 GMT]]></title><description><![CDATA[<p>Wie kann ich eine Zahl in einen std::string umwandeln? Das hier:</p>
<pre><code class="language-cpp">const int ZAHL=25;
string str;
char c_str [5];

itoa (25, c_str, 10);
str=c_str;
</code></pre>
<p>ist ja mehr eine Umwegvariante mit Hilfe eines alten Character-Feldes. Gibt es eine Möglichkeit, das direkt zu machen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1059579</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1059579</guid><dc:creator><![CDATA[NES-Spieler]]></dc:creator><pubDate>Wed, 17 May 2006 13:43:59 GMT</pubDate></item><item><title><![CDATA[Reply to Zahl in Standard-String umwandeln on Wed, 17 May 2006 13:50:27 GMT]]></title><description><![CDATA[<p><a href="http://fara.cs.uni-potsdam.de/~kaufmann/?page=GenCppFaqs&amp;faq=IntToString#Answ" rel="nofollow">http://fara.cs.uni-potsdam.de/~kaufmann/?page=GenCppFaqs&amp;faq=IntToString#Answ</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1059589</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1059589</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Wed, 17 May 2006 13:50:27 GMT</pubDate></item><item><title><![CDATA[Reply to Zahl in Standard-String umwandeln on Thu, 18 May 2006 18:33:22 GMT]]></title><description><![CDATA[<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1060420</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1060420</guid><dc:creator><![CDATA[NES-Spieler]]></dc:creator><pubDate>Thu, 18 May 2006 18:33:22 GMT</pubDate></item></channel></rss>