<?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[BYTE 2 CString]]></title><description><![CDATA[<p>Hi</p>
<p>habe folgendes Problem. In meinem Programm sind zwei variablen vorhanden, eine vom Typ BYTE und eine vom Typ CString. In der BYTE Variable steht zum Beispiel der Wert 0x04(also ein Hexwert). Nun will ich das genau der selbe Wert nun im CString steht.</p>
<p>z.B.</p>
<p>BYTE hex = 0x04; =&gt; CString strHex = &quot;04&quot;;</p>
<p>so wie mach ich das.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/52483/byte-2-cstring</link><generator>RSS for Node</generator><lastBuildDate>Mon, 01 Jun 2026 00:25:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/52483.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Oct 2003 15:01:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to BYTE 2 CString on Mon, 20 Oct 2003 15:01:35 GMT]]></title><description><![CDATA[<p>Hi</p>
<p>habe folgendes Problem. In meinem Programm sind zwei variablen vorhanden, eine vom Typ BYTE und eine vom Typ CString. In der BYTE Variable steht zum Beispiel der Wert 0x04(also ein Hexwert). Nun will ich das genau der selbe Wert nun im CString steht.</p>
<p>z.B.</p>
<p>BYTE hex = 0x04; =&gt; CString strHex = &quot;04&quot;;</p>
<p>so wie mach ich das.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/375881</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/375881</guid><dc:creator><![CDATA[de_Bert]]></dc:creator><pubDate>Mon, 20 Oct 2003 15:01:35 GMT</pubDate></item><item><title><![CDATA[Reply to BYTE 2 CString on Mon, 20 Oct 2003 15:07:58 GMT]]></title><description><![CDATA[<p>CString hex;<br />
int wert=0x04;</p>
<p>hex.Format(&quot;%X&quot;, wert);</p>
<p>Nun steht in hex Dein HEXWert aus der Variablen wert...</p>
<p>Gruss</p>
]]></description><link>https://www.c-plusplus.net/forum/post/375885</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/375885</guid><dc:creator><![CDATA[CodeFlatter]]></dc:creator><pubDate>Mon, 20 Oct 2003 15:07:58 GMT</pubDate></item><item><title><![CDATA[Reply to BYTE 2 CString on Mon, 20 Oct 2003 21:07:13 GMT]]></title><description><![CDATA[<p>hi</p>
<p>cool thx ich versuchs mal morgen auf der Arbeit.<br />
Wenn nicht melde ich mich noch mal. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/376102</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/376102</guid><dc:creator><![CDATA[de_Bert]]></dc:creator><pubDate>Mon, 20 Oct 2003 21:07:13 GMT</pubDate></item><item><title><![CDATA[Reply to BYTE 2 CString on Tue, 21 Oct 2003 06:17:39 GMT]]></title><description><![CDATA[<p>moin</p>
<p>habe nun das Problem das er nur die 4 aber nicht 04 anzeigt. Was mach ich den jetzt????</p>
]]></description><link>https://www.c-plusplus.net/forum/post/376178</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/376178</guid><dc:creator><![CDATA[de_Bert]]></dc:creator><pubDate>Tue, 21 Oct 2003 06:17:39 GMT</pubDate></item><item><title><![CDATA[Reply to BYTE 2 CString on Tue, 21 Oct 2003 06:18:32 GMT]]></title><description><![CDATA[<p>&quot;%02X&quot;</p>
<p>Oder einfach mal die Dokumentation von CString::Format lesen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/376179</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/376179</guid><dc:creator><![CDATA[MFK]]></dc:creator><pubDate>Tue, 21 Oct 2003 06:18:32 GMT</pubDate></item></channel></rss>