<?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[Maximale Zahl eines long typs??]]></title><description><![CDATA[<p>Hallo ihr gibts es ein define in der MFC libery das mit die maximale größe bzw. Zahl eis long typs oder auch andere typen zurück gibts?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/161791/maximale-zahl-eines-long-typs</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 17:15:49 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/161791.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 11 Oct 2006 08:13:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Maximale Zahl eines long typs?? on Wed, 11 Oct 2006 08:13:37 GMT]]></title><description><![CDATA[<p>Hallo ihr gibts es ein define in der MFC libery das mit die maximale größe bzw. Zahl eis long typs oder auch andere typen zurück gibts?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152668</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152668</guid><dc:creator><![CDATA[BorisDieKlinge]]></dc:creator><pubDate>Wed, 11 Oct 2006 08:13:37 GMT</pubDate></item><item><title><![CDATA[Reply to Maximale Zahl eines long typs?? on Wed, 11 Oct 2006 08:20:09 GMT]]></title><description><![CDATA[<p>in der 'limits.h' gibt es #defines (LONG_MAX und ULONG_MAX)...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152672</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152672</guid><dc:creator><![CDATA[net 0]]></dc:creator><pubDate>Wed, 11 Oct 2006 08:20:09 GMT</pubDate></item><item><title><![CDATA[Reply to Maximale Zahl eines long typs?? on Wed, 11 Oct 2006 08:33:05 GMT]]></title><description><![CDATA[<p>außerdem könntest du (für alle Zahlentypen in C++) die Member von numeric_limits&lt;&gt; abfragen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152687</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152687</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Wed, 11 Oct 2006 08:33:05 GMT</pubDate></item><item><title><![CDATA[Reply to Maximale Zahl eines long typs?? on Wed, 11 Oct 2006 12:00:37 GMT]]></title><description><![CDATA[<p>CStoll schrieb:</p>
<blockquote>
<p>außerdem könntest du (für alle Zahlentypen in C++) die Member von numeric_limits&lt;&gt; abfragen.</p>
</blockquote>
<p>Das gibt es aber nur in dem sowieso zu bevorzugenden &lt;limits&gt;, nicht in &lt;limits.h&gt;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1152860</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1152860</guid><dc:creator><![CDATA[jencas]]></dc:creator><pubDate>Wed, 11 Oct 2006 12:00:37 GMT</pubDate></item></channel></rss>