From 5594347432351014289
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,66c191af91069dde
X-Google-Attributes: gidf78e5,public
From: "Paul D. DeRocco" <pderocco@ix.netcom.com>
Subject: Re: "minimum maxima" for fundamental types
Date: 1998/10/08
Message-ID: <361AFD2E.719125D6@ix.netcom.com>#1/1
X-Deja-AN: 398852386
Content-Transfer-Encoding: 7bit
Approved: Fergus Henderson <fjh@cs.mu.oz.au>
References: <3619CE5F.CAFFE468@alcatel.de>
X-Original-Date: Wed, 07 Oct 1998 01:33:34 -0400
Content-Type: text/plain; charset=us-ascii
X-Complaints-To: news@news.unimelb.edu.au
X-Trace: izvestia.its.unimelb.edu.au 907813710 4999 128.250.29.17 (8 Oct 1998 02:28:30 GMT)
Organization: Vast Right-Wing Conspiracy
X-NETCOM-Date: Wed Oct 07  3:34:26 AM CDT 1998
X-Auth: PGPMoose V1.1 PGP comp.std.c++ iQBFAgUANhwjPOEDnX0m9pzZAQFs8gF+IEQsxP7I8r5U1A+RB8ctd86XFh/u+G4x h8A8M4KOo1fJ/dSHlvS/Ya0Q7VzB3hyM =HqMc
Mime-Version: 1.0
NNTP-Posting-Date: 8 Oct 1998 02:28:30 GMT
Newsgroups: comp.std.c++

Fritz Bosch wrote:
> 
> The ISO C standard defines "minimum maxima" for the values values of
> fundamental types, e.g.:
> 
>   int:          -32767       to  32767
>   unsigned int:  0           to  65535
>   long:         -2147483647  to  2147483647
> 
> The C++ standard (actually the Public Review Document) is not that
> specific:
[snip]
> It does, however, quote the C standard as a normative reference.
> 
> Does this mean that the minimum maxima defined for C also
> hold for C++?

