<?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[Intenger in Char* konvertieren]]></title><description><![CDATA[<p>Ich will mithilfe von TextOut() eine Zahl ausgeben die vorher berechnet wird aber die Konvertierung:</p>
<pre><code class="language-cpp">int Zahl = 5;
char* char_Zahl = (char*)Zahl;
</code></pre>
<p>bringt zwar keine Fehlermeldung aber ausgeben kann ich am Ende garnichts.<br />
Gibt es eine Funktion die die Konvertierung vornehmen kann.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/87703/intenger-in-char-konvertieren</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 03:36:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/87703.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 Oct 2004 07:04:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Intenger in Char* konvertieren on Sun, 03 Oct 2004 07:04:51 GMT]]></title><description><![CDATA[<p>Ich will mithilfe von TextOut() eine Zahl ausgeben die vorher berechnet wird aber die Konvertierung:</p>
<pre><code class="language-cpp">int Zahl = 5;
char* char_Zahl = (char*)Zahl;
</code></pre>
<p>bringt zwar keine Fehlermeldung aber ausgeben kann ich am Ende garnichts.<br />
Gibt es eine Funktion die die Konvertierung vornehmen kann.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/619699</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/619699</guid><dc:creator><![CDATA[The_incredible_Guest]]></dc:creator><pubDate>Sun, 03 Oct 2004 07:04:51 GMT</pubDate></item><item><title><![CDATA[Reply to Intenger in Char* konvertieren on Sun, 03 Oct 2004 07:21:57 GMT]]></title><description><![CDATA[<p>wsprintf</p>
]]></description><link>https://www.c-plusplus.net/forum/post/619701</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/619701</guid><dc:creator><![CDATA[ness]]></dc:creator><pubDate>Sun, 03 Oct 2004 07:21:57 GMT</pubDate></item><item><title><![CDATA[Reply to Intenger in Char* konvertieren on Sun, 03 Oct 2004 10:36:15 GMT]]></title><description><![CDATA[<p>oder &quot;itoa&quot;...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/619781</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/619781</guid><dc:creator><![CDATA[_Till_]]></dc:creator><pubDate>Sun, 03 Oct 2004 10:36:15 GMT</pubDate></item></channel></rss>