<?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 als 2stellige Hexzahl]]></title><description><![CDATA[<p>Wie stelle ich es an das meine Hexzahlen alle 2stellig sind ??</p>
<pre><code class="language-cpp">BYTE Zahl = 10 ;
CString HexZahl;
HexZahl.Format (&quot;%0x&quot;, Zahl);
</code></pre>
<p>raus kommt 'A' ich brauche aber '0A' !</p>
<p>Danke schon mal.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/6067/byte-als-2stellige-hexzahl</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 12:23:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/6067.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Jun 2003 07:06:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Byte als 2stellige Hexzahl on Sat, 07 Jun 2003 07:06:00 GMT]]></title><description><![CDATA[<p>Wie stelle ich es an das meine Hexzahlen alle 2stellig sind ??</p>
<pre><code class="language-cpp">BYTE Zahl = 10 ;
CString HexZahl;
HexZahl.Format (&quot;%0x&quot;, Zahl);
</code></pre>
<p>raus kommt 'A' ich brauche aber '0A' !</p>
<p>Danke schon mal.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29444</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29444</guid><dc:creator><![CDATA[tagra]]></dc:creator><pubDate>Sat, 07 Jun 2003 07:06:00 GMT</pubDate></item><item><title><![CDATA[Reply to Byte als 2stellige Hexzahl on Sat, 07 Jun 2003 07:31:00 GMT]]></title><description><![CDATA[<p>Versuch mal den Formatstring:</p>
<p>&quot;%.2X&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29445</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29445</guid><dc:creator><![CDATA[Knuddlbaer]]></dc:creator><pubDate>Sat, 07 Jun 2003 07:31:00 GMT</pubDate></item><item><title><![CDATA[Reply to Byte als 2stellige Hexzahl on Sat, 07 Jun 2003 08:56:00 GMT]]></title><description><![CDATA[<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/29446</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/29446</guid><dc:creator><![CDATA[tagra]]></dc:creator><pubDate>Sat, 07 Jun 2003 08:56:00 GMT</pubDate></item></channel></rss>