<?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[ultoa - unsigned long in string umwandeln]]></title><description><![CDATA[<p>Hallo allerseits!</p>
<p>Wie im Titel schon beschrieben würde ich gerne einen unsigned long in einen string umwandeln. Ich hatte gedacht, dass &quot;cstdlib&quot; diese Funktion mitbringt aber dem ist wohl nicht so. Muss ich mir jetzt selbst eine Funktion schreiben oder gibt es evtl. ein workaround, dass schonmal jemand erfolgreich angewendet hat?</p>
<p>mfg,<br />
Frank</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/291888/ultoa-unsigned-long-in-string-umwandeln</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 02:57:36 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/291888.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Aug 2011 12:36:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ultoa - unsigned long in string umwandeln on Mon, 29 Aug 2011 12:36:19 GMT]]></title><description><![CDATA[<p>Hallo allerseits!</p>
<p>Wie im Titel schon beschrieben würde ich gerne einen unsigned long in einen string umwandeln. Ich hatte gedacht, dass &quot;cstdlib&quot; diese Funktion mitbringt aber dem ist wohl nicht so. Muss ich mir jetzt selbst eine Funktion schreiben oder gibt es evtl. ein workaround, dass schonmal jemand erfolgreich angewendet hat?</p>
<p>mfg,<br />
Frank</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2112047</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2112047</guid><dc:creator><![CDATA[FrankTheTank87]]></dc:creator><pubDate>Mon, 29 Aug 2011 12:36:19 GMT</pubDate></item><item><title><![CDATA[Reply to ultoa - unsigned long in string umwandeln on Mon, 29 Aug 2011 23:38:58 GMT]]></title><description><![CDATA[<p><a href="http://www.c-plusplus.net/forum/39488" rel="nofollow">http://www.c-plusplus.net/forum/39488</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2112260</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2112260</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Mon, 29 Aug 2011 23:38:58 GMT</pubDate></item><item><title><![CDATA[Reply to ultoa - unsigned long in string umwandeln on Mon, 29 Aug 2011 23:39:21 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/u1819" rel="nofollow">rüdiger</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/f5" rel="nofollow">Linux/Unix</a> in das Forum <a href="http://www.c-plusplus.net/forum/f15" rel="nofollow">C++ (auch C++0x)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2112261</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2112261</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Mon, 29 Aug 2011 23:39:21 GMT</pubDate></item><item><title><![CDATA[Reply to ultoa - unsigned long in string umwandeln on Mon, 29 Aug 2011 23:54:09 GMT]]></title><description><![CDATA[<p>Die FAQ ist veraltet. Benutz boost::lexical_cast oder wenn du C++0x hast dann std::to_string.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2112262</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2112262</guid><dc:creator><![CDATA[FAQDICH]]></dc:creator><pubDate>Mon, 29 Aug 2011 23:54:09 GMT</pubDate></item><item><title><![CDATA[Reply to ultoa - unsigned long in string umwandeln on Wed, 07 Sep 2011 10:39:29 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe jetzt zwar eine Möglichkeit gefunden, die einen Teil meines Problems löst, allerdings ist nun ein neues aufgetreten. Ich habe einen &quot;unsigned long&quot;, den ich folgendermaßen im hex Format ausgeben lasse:</p>
<pre><code class="language-cpp">unsigned long meineZahl = 8;
cout &lt;&lt; hex &lt;&lt; meineZahl &lt;&lt; endl;
</code></pre>
<p>Nun möchte ich, dass in der Ausgabe nicht 8 steht, sondern 00000008. Gibt es dafür einen Befehl oder Automatismus?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2116081</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2116081</guid><dc:creator><![CDATA[FrankTheTank87]]></dc:creator><pubDate>Wed, 07 Sep 2011 10:39:29 GMT</pubDate></item><item><title><![CDATA[Reply to ultoa - unsigned long in string umwandeln on Wed, 07 Sep 2011 10:41:21 GMT]]></title><description><![CDATA[<p><a href="http://www.cplusplus.com/reference/iostream/manipulators/" rel="nofollow">http://www.cplusplus.com/reference/iostream/manipulators/</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2116084</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2116084</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Wed, 07 Sep 2011 10:41:21 GMT</pubDate></item></channel></rss>