<?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[long long int?]]></title><description><![CDATA[<p>Hallo,</p>
<p>long long ist ja das gleiche wie long long int. Sehe ich das also richtig, dass der Datentyp 64bit groß ist? Wo ist dann der Unterschied zu __int64?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/221644/long-long-int</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 00:19:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/221644.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Sep 2008 13:11:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to long long int? on Mon, 01 Sep 2008 13:11:31 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>long long ist ja das gleiche wie long long int. Sehe ich das also richtig, dass der Datentyp 64bit groß ist? Wo ist dann der Unterschied zu __int64?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1574730</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1574730</guid><dc:creator><![CDATA[banshee]]></dc:creator><pubDate>Mon, 01 Sep 2008 13:11:31 GMT</pubDate></item><item><title><![CDATA[Reply to long long int? on Mon, 01 Sep 2008 13:17:47 GMT]]></title><description><![CDATA[<p>banshee schrieb:</p>
<blockquote>
<p>Hallo,</p>
<p>long long ist ja das gleiche wie long long int. Sehe ich das also richtig, dass der Datentyp 64bit groß ist? Wo ist dann der Unterschied zu __int64?</p>
</blockquote>
<p>long long ist seit C99 standardisiert. __int64 ist eine microsoft erweiterung (afaik). wie's im aktuellen c++ standardentwurf aussieht, kann ich aber nicht sagen. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1574742</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1574742</guid><dc:creator><![CDATA[sothis_]]></dc:creator><pubDate>Mon, 01 Sep 2008 13:17:47 GMT</pubDate></item><item><title><![CDATA[Reply to long long int? on Mon, 01 Sep 2008 13:34:50 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>banshee schrieb:</p>
<blockquote>
<p>Hallo,</p>
<p>long long ist ja das gleiche wie long long int. Sehe ich das also richtig, dass der Datentyp 64bit groß ist? Wo ist dann der Unterschied zu __int64?</p>
</blockquote>
<p>Den Typ <em>&quot;long long&quot;</em> gibt es im aktuellen C++-Standard noch nicht (wohl aber im C-Standard). Um dennoch schon (mindestens) 64-bit grosse Datentypen auch in C++ zu unterstützen, bieten z.B. die Microsoft-Compiler als Erweiterung des Standards den Typen <em>__int64</em> an.</p>
<p>MfG,</p>
<p>Probe-Nutzer</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1574762</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1574762</guid><dc:creator><![CDATA[Probe-Nutzer]]></dc:creator><pubDate>Mon, 01 Sep 2008 13:34:50 GMT</pubDate></item><item><title><![CDATA[Reply to long long int? on Mon, 01 Sep 2008 17:20:54 GMT]]></title><description><![CDATA[<p>Woher weiß denn mein compiler überhaupt, ob ich C oder C++ code, weil kompilieren tut er ja beides (VC++ Express 08)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1574903</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1574903</guid><dc:creator><![CDATA[banshee]]></dc:creator><pubDate>Mon, 01 Sep 2008 17:20:54 GMT</pubDate></item><item><title><![CDATA[Reply to long long int? on Mon, 01 Sep 2008 17:24:12 GMT]]></title><description><![CDATA[<p>banshee schrieb:</p>
<blockquote>
<p>Woher weiß denn mein compiler überhaupt, ob ich C oder C++ code, weil kompilieren tut er ja beides (VC++ Express 08)</p>
</blockquote>
<p>Wenn du die IDE verwendest einfach an der Dateiendung: .c -&gt; C Code, .cpp -&gt; C++</p>
<p>Eventuell unterscheidet er noch andere Dateiendungen, aber von den beiden weiß ich es.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1574908</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1574908</guid><dc:creator><![CDATA[Tippgeber]]></dc:creator><pubDate>Mon, 01 Sep 2008 17:24:12 GMT</pubDate></item><item><title><![CDATA[Reply to long long int? on Mon, 01 Sep 2008 17:42:28 GMT]]></title><description><![CDATA[<p>banshee schrieb:</p>
<blockquote>
<p>Woher weiß denn mein compiler überhaupt, ob ich C oder C++ code, weil kompilieren tut er ja beides (VC++ Express 08)</p>
</blockquote>
<p>Bei VC++ kann man in den Projekt-Eigenschaften unter <em>Konfigurationseigenschaften -&gt; C/C++ -&gt; Erweitert -&gt; Kompilierungsart</em> die Sprache auswählen.<br />
Das ist dann von der Dateiendung unabhängig.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1574927</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1574927</guid><dc:creator><![CDATA[Nexus]]></dc:creator><pubDate>Mon, 01 Sep 2008 17:42:28 GMT</pubDate></item></channel></rss>