<?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[wie wird aus 0x00000fff dezimal wert berechnet]]></title><description><![CDATA[<p>hallo,</p>
<p>kann mir jemand erklären wie der dezimal wert von 0x00000fff berechnet wird.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/184932/wie-wird-aus-0x00000fff-dezimal-wert-berechnet</link><generator>RSS for Node</generator><lastBuildDate>Thu, 02 Jul 2026 09:31:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/184932.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Jun 2007 12:28:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to wie wird aus 0x00000fff dezimal wert berechnet on Wed, 20 Jun 2007 12:28:39 GMT]]></title><description><![CDATA[<p>hallo,</p>
<p>kann mir jemand erklären wie der dezimal wert von 0x00000fff berechnet wird.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1309875</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1309875</guid><dc:creator><![CDATA[Schaubert]]></dc:creator><pubDate>Wed, 20 Jun 2007 12:28:39 GMT</pubDate></item><item><title><![CDATA[Reply to wie wird aus 0x00000fff dezimal wert berechnet on Wed, 20 Jun 2007 12:33:54 GMT]]></title><description><![CDATA[<p>0x00000fff = 15(das rechterste f) *16^0 +15*16^1 + 15* 16^2.....</p>
<p>Einfach vom rechtersten aussgehen und dann immer Potenz der Basis(bei Hex nunmakl 16) erhöhen und die zahlen zusammenrechnen</p>
<p>Mfg Karldin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1309885</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1309885</guid><dc:creator><![CDATA[Karlin]]></dc:creator><pubDate>Wed, 20 Jun 2007 12:33:54 GMT</pubDate></item><item><title><![CDATA[Reply to wie wird aus 0x00000fff dezimal wert berechnet on Wed, 20 Jun 2007 12:34:02 GMT]]></title><description><![CDATA[<p><a href="http://de.wikipedia.org/wiki/Hexadezimal#Umwandlung_von_Hexadezimalzahlen_in_Dezimalzahlen" rel="nofollow">http://de.wikipedia.org/wiki/Hexadezimal#Umwandlung_von_Hexadezimalzahlen_in_Dezimalzahlen</a></p>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1309886</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1309886</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Wed, 20 Jun 2007 12:34:02 GMT</pubDate></item><item><title><![CDATA[Reply to wie wird aus 0x00000fff dezimal wert berechnet on Wed, 20 Jun 2007 14:21:58 GMT]]></title><description><![CDATA[<p>DANKE!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1309971</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1309971</guid><dc:creator><![CDATA[Schaubert]]></dc:creator><pubDate>Wed, 20 Jun 2007 14:21:58 GMT</pubDate></item></channel></rss>