<?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[long nach string]]></title><description><![CDATA[<p>Hallo!</p>
<p>Wie kann ich am einfachsten einen Long in den Datentyp String casten?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/63754/long-nach-string</link><generator>RSS for Node</generator><lastBuildDate>Thu, 04 Jun 2026 13:42:14 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/63754.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Feb 2004 14:49:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to long nach string on Wed, 04 Feb 2004 14:49:47 GMT]]></title><description><![CDATA[<p>Hallo!</p>
<p>Wie kann ich am einfachsten einen Long in den Datentyp String casten?</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/451611</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/451611</guid><dc:creator><![CDATA[Gast_1]]></dc:creator><pubDate>Wed, 04 Feb 2004 14:49:47 GMT</pubDate></item><item><title><![CDATA[Reply to long nach string on Wed, 04 Feb 2004 15:35:20 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">long nValue = 900754247964324567886543224678976532122579987654332234567532554;
CString szText;
CString szComment;

szText.Format(&quot;%l&quot;, nValue);
szComment = &quot;Long-Variable hat folgenden Wert: &quot; + szText;

AfxMessageBox(szComment, MB_OK, NULL);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/451690</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/451690</guid><dc:creator><![CDATA[007]]></dc:creator><pubDate>Wed, 04 Feb 2004 15:35:20 GMT</pubDate></item></channel></rss>