<?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[Wertberich von long int]]></title><description><![CDATA[<p>hallo zusammen,<br />
ich bin dabei c++ zu lernen und ich habe ne frage, im buch steht</p>
<p>Typ (char), Bit (8) wertbereich, (-128 bis 127)<br />
// // //</p>
<p>// // //</p>
<p>typ (long int), bit(32),wertbereich(-2147483648 bis 2147483647) ?????</p>
<p>bei allen typen habe ich verstanden wie die Wertbereiche entstehen, z.b<br />
(char, 8 bit, wertbereich -128bis 127) kommt wenn ich 2^8 usw aber woher kommt den wertbereich von unsigned char(-2147483648 bis 2147483647)??</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/152901/wertberich-von-long-int</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 03:38:52 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/152901.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 10 Jul 2006 23:56:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wertberich von long int on Mon, 10 Jul 2006 23:56:26 GMT]]></title><description><![CDATA[<p>hallo zusammen,<br />
ich bin dabei c++ zu lernen und ich habe ne frage, im buch steht</p>
<p>Typ (char), Bit (8) wertbereich, (-128 bis 127)<br />
// // //</p>
<p>// // //</p>
<p>typ (long int), bit(32),wertbereich(-2147483648 bis 2147483647) ?????</p>
<p>bei allen typen habe ich verstanden wie die Wertbereiche entstehen, z.b<br />
(char, 8 bit, wertbereich -128bis 127) kommt wenn ich 2^8 usw aber woher kommt den wertbereich von unsigned char(-2147483648 bis 2147483647)??</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1095510</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1095510</guid><dc:creator><![CDATA[infonizar]]></dc:creator><pubDate>Mon, 10 Jul 2006 23:56:26 GMT</pubDate></item><item><title><![CDATA[Reply to Wertberich von long int on Tue, 11 Jul 2006 06:08:37 GMT]]></title><description><![CDATA[<p>unsigned char hat auch nur [0 ... 255].<br />
long -&gt; 32 Bit -&gt; [0 ... (2^32-1)] oder [-(2^31) ... (2^31)-1]</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1095530</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1095530</guid><dc:creator><![CDATA[out]]></dc:creator><pubDate>Tue, 11 Jul 2006 06:08:37 GMT</pubDate></item><item><title><![CDATA[Reply to Wertberich von long int on Tue, 11 Jul 2006 18:29:45 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=18363" rel="nofollow">Jochen Kalmbach</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=58" rel="nofollow">C++/CLI mit .NET</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1095962</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1095962</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Tue, 11 Jul 2006 18:29:45 GMT</pubDate></item></channel></rss>