<?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[Frage zu 0x0000000100000000LLu]]></title><description><![CDATA[<p>Was bedeutet</p>
<pre><code class="language-cpp">unsigned long long int basis = 0x0000000100000000LLu;
</code></pre>
<p>Das LLu steht bestimmt für long long unsigned?</p>
<p>Das 0x steht bestimmt für hexadezimal?<br />
Wenn es hexadezimal wäre, wäre das dezimal = 1*16^8</p>
<p>Oder ist es binär, also 1*2^8=256?<br />
Wenn es binär ist, was bedeutet dann 0x?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/286342/frage-zu-0x0000000100000000llu</link><generator>RSS for Node</generator><lastBuildDate>Thu, 20 Aug 2026 22:26:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/286342.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 May 2011 08:16:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Frage zu 0x0000000100000000LLu on Sun, 08 May 2011 08:16:26 GMT]]></title><description><![CDATA[<p>Was bedeutet</p>
<pre><code class="language-cpp">unsigned long long int basis = 0x0000000100000000LLu;
</code></pre>
<p>Das LLu steht bestimmt für long long unsigned?</p>
<p>Das 0x steht bestimmt für hexadezimal?<br />
Wenn es hexadezimal wäre, wäre das dezimal = 1*16^8</p>
<p>Oder ist es binär, also 1*2^8=256?<br />
Wenn es binär ist, was bedeutet dann 0x?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2060289</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2060289</guid><dc:creator><![CDATA[Topic]]></dc:creator><pubDate>Sun, 08 May 2011 08:16:26 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu 0x0000000100000000LLu on Sun, 08 May 2011 08:24:32 GMT]]></title><description><![CDATA[<p>Ja, 0x steht für Daten in Hexadezimal-Format, danaben gibt es noch 0 für Oktalzahlen (Basis 8). Für Binärzahlen gibt es kein eigenes Suffix, bestenfalls Konstruktionen wie BOOST_BINARY.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2060297</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2060297</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Sun, 08 May 2011 08:24:32 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu 0x0000000100000000LLu on Sun, 08 May 2011 08:29:39 GMT]]></title><description><![CDATA[<p>CStoll schrieb:</p>
<blockquote>
<p>Ja, 0x steht für Daten in Hexadezimal-Format, danaben gibt es noch 0 für Oktalzahlen (Basis 8). Für Binärzahlen gibt es kein eigenes Suffix, bestenfalls Konstruktionen wie BOOST_BINARY.</p>
</blockquote>
<p>Danke <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2060303</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2060303</guid><dc:creator><![CDATA[Topic]]></dc:creator><pubDate>Sun, 08 May 2011 08:29:39 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu 0x0000000100000000LLu on Sun, 08 May 2011 08:41:18 GMT]]></title><description><![CDATA[<p>CStoll schrieb:</p>
<blockquote>
<p>Für Binärzahlen gibt es kein eigenes Suffix</p>
</blockquote>
<p>Bei Code::Blocks funktioniert 0b.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2060312</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2060312</guid><dc:creator><![CDATA[freaky]]></dc:creator><pubDate>Sun, 08 May 2011 08:41:18 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu 0x0000000100000000LLu on Sun, 08 May 2011 08:43:54 GMT]]></title><description><![CDATA[<p>FreakY&lt;3Cpp schrieb:</p>
<blockquote>
<p>CStoll schrieb:</p>
<blockquote>
<p>Für Binärzahlen gibt es kein eigenes Suffix</p>
</blockquote>
<p>Bei Code::Blocks funktioniert 0b.</p>
</blockquote>
<p>Bei GCC.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2060314</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2060314</guid><dc:creator><![CDATA[gfds]]></dc:creator><pubDate>Sun, 08 May 2011 08:43:54 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu 0x0000000100000000LLu on Sun, 08 May 2011 08:44:44 GMT]]></title><description><![CDATA[<p>FreakY&lt;3Cpp schrieb:</p>
<blockquote>
<p>CStoll schrieb:</p>
<blockquote>
<p>Für Binärzahlen gibt es kein eigenes Suffix</p>
</blockquote>
<p>Bei Code::Blocks funktioniert 0b.</p>
</blockquote>
<p>Wir reden hier nicht von den Eigenheiten einzelner Compiler (dafür gibt es ein eigenes Board), sondern von Standard-C++ <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2060316</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2060316</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Sun, 08 May 2011 08:44:44 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu 0x0000000100000000LLu on Sun, 08 May 2011 11:51:32 GMT]]></title><description><![CDATA[<p>gfds schrieb:</p>
<blockquote>
<p>FreakY&lt;3Cpp schrieb:</p>
<blockquote>
<p>CStoll schrieb:</p>
<blockquote>
<p>Für Binärzahlen gibt es kein eigenes Suffix</p>
</blockquote>
<p>Bei Code::Blocks funktioniert 0b.</p>
</blockquote>
<p>Bei GCC.</p>
</blockquote>
<p>Cool! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f44d.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--thumbs_up"
      title=":+1:"
      alt="👍"
    /><br />
Dann schreibe ich ab jetzt 0b. Kann sich ja nur um Jahre handeln, bis MS nachzieht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2060395</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2060395</guid><dc:creator><![CDATA[volkard]]></dc:creator><pubDate>Sun, 08 May 2011 11:51:32 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu 0x0000000100000000LLu on Mon, 09 May 2011 10:44:55 GMT]]></title><description><![CDATA[<blockquote>
<pre><code class="language-cpp">unsigned long long int basis = 0x0000000100000000LLu;
</code></pre>
</blockquote>
<p>Also bei mir ergibt das einen Übersetzungsfehler. (Suffix 'u' unbekannt.)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2060774</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2060774</guid><dc:creator><![CDATA[mikeem]]></dc:creator><pubDate>Mon, 09 May 2011 10:44:55 GMT</pubDate></item><item><title><![CDATA[Reply to Frage zu 0x0000000100000000LLu on Mon, 09 May 2011 11:00:49 GMT]]></title><description><![CDATA[<p>volkard schrieb:</p>
<blockquote>
<p>Dann schreibe ich ab jetzt 0b. Kann sich ja nur um Jahre handeln, bis MS nachzieht.</p>
</blockquote>
<p>Spätestens mit C++0x kannst du dir doch deine eigenen Literale bauen, z.B. mit b-Suffix <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2060784</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2060784</guid><dc:creator><![CDATA[pumuckl]]></dc:creator><pubDate>Mon, 09 May 2011 11:00:49 GMT</pubDate></item></channel></rss>