<?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[Int to String]]></title><description><![CDATA[<p>Hallo C++ Profis <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
Könnte mit einer bitte ein Beispiel geben, wie man am besten einen int Wert zu einem String konvertiert?<br />
Bsp.</p>
<pre><code class="language-cpp">int nZahl = 5;
CString sString;
sString = nZahl;
</code></pre>
<p>So in diesem Stiel? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /><br />
Danke schon mal!<br />
mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/167538/int-to-string</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 14:55:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/167538.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 12 Dec 2006 10:57:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Int to String on Tue, 12 Dec 2006 11:00:04 GMT]]></title><description><![CDATA[<p>Hallo C++ Profis <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
Könnte mit einer bitte ein Beispiel geben, wie man am besten einen int Wert zu einem String konvertiert?<br />
Bsp.</p>
<pre><code class="language-cpp">int nZahl = 5;
CString sString;
sString = nZahl;
</code></pre>
<p>So in diesem Stiel? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /><br />
Danke schon mal!<br />
mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1190511</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1190511</guid><dc:creator><![CDATA[Skipper]]></dc:creator><pubDate>Tue, 12 Dec 2006 11:00:04 GMT</pubDate></item><item><title><![CDATA[Reply to Int to String on Tue, 12 Dec 2006 11:03:39 GMT]]></title><description><![CDATA[<p>Na mir fällt da spontan der .Format() befehl ein.</p>
<pre><code class="language-cpp">int zahlt = ;
CString IntToStr;
IntToStr.Format(&quot;%d&quot;,zahl);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1190513</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1190513</guid><dc:creator><![CDATA[Uruk-h4j]]></dc:creator><pubDate>Tue, 12 Dec 2006 11:03:39 GMT</pubDate></item><item><title><![CDATA[Reply to Int to String on Tue, 12 Dec 2006 12:08:02 GMT]]></title><description><![CDATA[<p>Deine spontane Idee hatt mir sehr geholfen! Danke für die schnelle Hilfe!!!<br />
Gruss</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1190544</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1190544</guid><dc:creator><![CDATA[Skipper]]></dc:creator><pubDate>Tue, 12 Dec 2006 12:08:02 GMT</pubDate></item><item><title><![CDATA[Reply to Int to String on Tue, 12 Dec 2006 15:15:54 GMT]]></title><description><![CDATA[<p>diese frage hatten wir hier shcon oft #feststell #gg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1190688</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1190688</guid><dc:creator><![CDATA[EXDW]]></dc:creator><pubDate>Tue, 12 Dec 2006 15:15:54 GMT</pubDate></item><item><title><![CDATA[Reply to Int to String on Tue, 12 Dec 2006 15:45:26 GMT]]></title><description><![CDATA[<p>Mr Evil schrieb:</p>
<blockquote>
<p>diese frage hatten wir hier shcon oft #feststell #gg</p>
</blockquote>
<p>Deswegen stehts ja auch in der FAQ, nur gucken die, die hier fragen da nicht rein. :p</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1190706</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1190706</guid><dc:creator><![CDATA[estartu]]></dc:creator><pubDate>Tue, 12 Dec 2006 15:45:26 GMT</pubDate></item></channel></rss>