<?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[Datentypen - Prozessor-, Betriebssystemabhängigkeit]]></title><description><![CDATA[<p>Hallo,</p>
<p>wer kennt sich aus mit der Prozessor- oder Betriebssystemabhängigkeit von Datentypen in C/C++?<br />
Welcher Typ, int oder long, ist abhängig vom Prozessor oder Betriebssystem?</p>
<p>Das was ich bis jetzt ermitteln konnte ist:</p>
<pre><code>Datentyp        JAVA        C/C++ 32bit        C/C++ 64bit
int             4 Byte      4 Byte             4 Byte
long            8 Byte      4 Byte             8 Byte
long long       -           8 Byte             8 Byte
</code></pre>
<p>Stimmt das? Wer kann mir da näheres dazu sagen oder Seiten im Internet nennen?</p>
<p>Danke und Grüße<br />
dziuba</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/123140/datentypen-prozessor-betriebssystemabhängigkeit</link><generator>RSS for Node</generator><lastBuildDate>Sun, 23 Aug 2026 10:34:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/123140.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Oct 2005 12:31:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Datentypen - Prozessor-, Betriebssystemabhängigkeit on Thu, 13 Oct 2005 12:31:03 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>wer kennt sich aus mit der Prozessor- oder Betriebssystemabhängigkeit von Datentypen in C/C++?<br />
Welcher Typ, int oder long, ist abhängig vom Prozessor oder Betriebssystem?</p>
<p>Das was ich bis jetzt ermitteln konnte ist:</p>
<pre><code>Datentyp        JAVA        C/C++ 32bit        C/C++ 64bit
int             4 Byte      4 Byte             4 Byte
long            8 Byte      4 Byte             8 Byte
long long       -           8 Byte             8 Byte
</code></pre>
<p>Stimmt das? Wer kann mir da näheres dazu sagen oder Seiten im Internet nennen?</p>
<p>Danke und Grüße<br />
dziuba</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891326</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891326</guid><dc:creator><![CDATA[dziuba]]></dc:creator><pubDate>Thu, 13 Oct 2005 12:31:03 GMT</pubDate></item><item><title><![CDATA[Reply to Datentypen - Prozessor-, Betriebssystemabhängigkeit on Thu, 13 Oct 2005 12:33:35 GMT]]></title><description><![CDATA[<blockquote>
<p>Stimmt das?</p>
</blockquote>
<p>Kommt drauf an was der Compiler draus macht. <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/891328</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891328</guid><dc:creator><![CDATA[rgh]]></dc:creator><pubDate>Thu, 13 Oct 2005 12:33:35 GMT</pubDate></item><item><title><![CDATA[Reply to Datentypen - Prozessor-, Betriebssystemabhängigkeit on Thu, 13 Oct 2005 12:36:07 GMT]]></title><description><![CDATA[<p>Bei C und C++ ist das nicht vorgeschrieben, kommt auf die Platform und Compiler drauf an. Es ist nur vorgeschrieben, das z.B. long mind so groß sein soll wie ein int. Ein int mind. so groß sein soll, wie ein short. Ein short soll mind. so große sein wie ein char.</p>
<p>Aber wieviel bytes oder bits, steht nirgends.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891330</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891330</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Thu, 13 Oct 2005 12:36:07 GMT</pubDate></item><item><title><![CDATA[Reply to Datentypen - Prozessor-, Betriebssystemabhängigkeit on Thu, 13 Oct 2005 12:36:18 GMT]]></title><description><![CDATA[<p>@OP<br />
Hey du Pfeife, wie oft hast du den Thread eigentlich geöffnet? Nichts besseres zu tun? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f621.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--pouting_face"
      title=":rage:"
      alt="😡"
    /></p>
<p><a href="http://www.c-plusplus.net/forum/viewtopic-var-p-is-891327.html#891327" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-p-is-891327.html#891327</a><br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-p-is-891325.html#891325" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-p-is-891325.html#891325</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/891331</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891331</guid><dc:creator><![CDATA[GPC]]></dc:creator><pubDate>Thu, 13 Oct 2005 12:36:18 GMT</pubDate></item><item><title><![CDATA[Reply to Datentypen - Prozessor-, Betriebssystemabhängigkeit on Thu, 13 Oct 2005 12:54:52 GMT]]></title><description><![CDATA[<p>Danke Artchi &amp; rgh.</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/6287">@GPC</a><br />
Wenn man keine Ahnung vom Thema hat, dann sollte man sich auch nicht dazu äußern. Vor allem gleich beleidigend werden!<br />
Wieso kann ich den Thread nicht mehrmals veröffentlichen, wenn er rein paßt? So kann ich mir verschiedene Meinungen dazu holen.<br />
Das muß man auch, aus dem Grund, weil es öfters Leute gibt, die irgeneinen sinnlosen Text reintippen müssen, um einfach mal etwas gesagt zu haben!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891347</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891347</guid><dc:creator><![CDATA[dziuba]]></dc:creator><pubDate>Thu, 13 Oct 2005 12:54:52 GMT</pubDate></item><item><title><![CDATA[Reply to Datentypen - Prozessor-, Betriebssystemabhängigkeit on Thu, 13 Oct 2005 12:59:41 GMT]]></title><description><![CDATA[<p>Trotzdem ist es mühsam.</p>
<p>In Java ist es festgelegt, in C++ nicht - wie schon gesagt. Interessant ist v.a., dass beim 64bittigen Compiler von Microsoft long immer noch 32 Bit groß ist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891351</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891351</guid><dc:creator><![CDATA[Ringding]]></dc:creator><pubDate>Thu, 13 Oct 2005 12:59:41 GMT</pubDate></item><item><title><![CDATA[Reply to Datentypen - Prozessor-, Betriebssystemabhängigkeit on Thu, 13 Oct 2005 13:00:40 GMT]]></title><description><![CDATA[<p>dziuba schrieb:</p>
<blockquote>
<p>Wieso kann ich den Thread nicht mehrmals veröffentlichen, wenn er rein paßt? So kann ich mir verschiedene Meinungen dazu holen.</p>
</blockquote>
<p>bitte such demnächst das forum aus, was am besten zur fraget paßt und poste die frage nur einmal.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891354</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891354</guid><dc:creator><![CDATA[volkard]]></dc:creator><pubDate>Thu, 13 Oct 2005 13:00:40 GMT</pubDate></item><item><title><![CDATA[Reply to Datentypen - Prozessor-, Betriebssystemabhängigkeit on Thu, 13 Oct 2005 13:04:41 GMT]]></title><description><![CDATA[<p>dziuba schrieb:</p>
<blockquote>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/6287">@GPC</a><br />
Vor allem gleich beleidigend werden!</p>
</blockquote>
<p>Sorry, bin ein wenig zu weit vorgeprescht, nevertheless:<br />
du hättest nur in ein Forum posten, oder noch besser, die Compiler-Doku lesen sollen, bzw. Google bemühen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891358</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891358</guid><dc:creator><![CDATA[GPC]]></dc:creator><pubDate>Thu, 13 Oct 2005 13:04:41 GMT</pubDate></item><item><title><![CDATA[Reply to Datentypen - Prozessor-, Betriebssystemabhängigkeit on Thu, 13 Oct 2005 13:05:32 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/106">@volkard</a><br />
Sorry! Werde es mir für das nächste Mal merken.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/891361</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/891361</guid><dc:creator><![CDATA[dziuba]]></dc:creator><pubDate>Thu, 13 Oct 2005 13:05:32 GMT</pubDate></item></channel></rss>