<?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[konvertieren]]></title><description><![CDATA[<p>hi leute,<br />
ich habe folgende frage!</p>
<p>ich muss einen intger in einem char wert konvertieren.<br />
mal zu bildlichen darstellung:</p>
<p>-&gt;GetAsyncKeyState(int Key);<br />
Key muss konventiert werden,für send().<br />
-&gt;Send();</p>
<p>bytes kommen bei meinem tool an.<br />
-&gt;recv ();<br />
-&gt;CharToMultiByte() //SetDlgItmText verlangt nach wchar_t<br />
-&gt;SetDlgItmText();</p>
<p>ist das soweit richtig?oder hat jemand vielleicht einen besseren vorschlag?<br />
danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/195544/konvertieren</link><generator>RSS for Node</generator><lastBuildDate>Tue, 30 Jun 2026 00:04:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/195544.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Oct 2007 18:35:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to konvertieren on Thu, 18 Oct 2007 18:35:00 GMT]]></title><description><![CDATA[<p>hi leute,<br />
ich habe folgende frage!</p>
<p>ich muss einen intger in einem char wert konvertieren.<br />
mal zu bildlichen darstellung:</p>
<p>-&gt;GetAsyncKeyState(int Key);<br />
Key muss konventiert werden,für send().<br />
-&gt;Send();</p>
<p>bytes kommen bei meinem tool an.<br />
-&gt;recv ();<br />
-&gt;CharToMultiByte() //SetDlgItmText verlangt nach wchar_t<br />
-&gt;SetDlgItmText();</p>
<p>ist das soweit richtig?oder hat jemand vielleicht einen besseren vorschlag?<br />
danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1388132</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1388132</guid><dc:creator><![CDATA[letscho]]></dc:creator><pubDate>Thu, 18 Oct 2007 18:35:00 GMT</pubDate></item><item><title><![CDATA[Reply to konvertieren on Thu, 18 Oct 2007 20:58:32 GMT]]></title><description><![CDATA[<p>???<br />
Send?<br />
recv?<br />
Blubb?</p>
<p>Sockets? Pipes? Ganz was anderes?<br />
Guck mal hier, ich denke deine Frage könnte verwandt sein: <a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-192719.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-192719.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1388199</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1388199</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Thu, 18 Oct 2007 20:58:32 GMT</pubDate></item><item><title><![CDATA[Reply to konvertieren on Thu, 18 Oct 2007 21:10:50 GMT]]></title><description><![CDATA[<p>ich will einen intger in einen char-wert konvertieren,welche funktion kann ich dafür gebrauchen! keine streams wenns geht!!thx</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1388203</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1388203</guid><dc:creator><![CDATA[letscho]]></dc:creator><pubDate>Thu, 18 Oct 2007 21:10:50 GMT</pubDate></item><item><title><![CDATA[Reply to konvertieren on Thu, 18 Oct 2007 21:43:23 GMT]]></title><description><![CDATA[<p><em>sprintf()</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1388215</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1388215</guid><dc:creator><![CDATA[gosha16]]></dc:creator><pubDate>Thu, 18 Oct 2007 21:43:23 GMT</pubDate></item><item><title><![CDATA[Reply to konvertieren on Fri, 19 Oct 2007 06:27:28 GMT]]></title><description><![CDATA[<p>Warum immer sprintf?<br />
_itoa, ist doch weitaus einfacher...<br />
<a href="http://msdn2.microsoft.com/en-us/library/yakksftt(VS.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/yakksftt(VS.80).aspx</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1388277</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1388277</guid><dc:creator><![CDATA[Martin Richter]]></dc:creator><pubDate>Fri, 19 Oct 2007 06:27:28 GMT</pubDate></item><item><title><![CDATA[Reply to konvertieren on Fri, 19 Oct 2007 15:11:01 GMT]]></title><description><![CDATA[<p>Du drückst dich sehr sehr ungenau aus.</p>
<p><strong>Einen Integer konvertierst du in einen char Wert indem du ihn einfach zuweist, bzw. mit static_cast.</strong></p>
<p>Wenn du meinst einen Integer in einen String zu konvertieren ist das wieder was anderes, dann kannst du sprintf oder _itoa (oder eben streams oder sonstwas) verwenden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1388614</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1388614</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Fri, 19 Oct 2007 15:11:01 GMT</pubDate></item></channel></rss>