Topic: Question about C++ Standards (AT&T vs ANSI/ISO)
Author: Mike Stump <mrs@cygnus.com>
Date: Sun, 10 Jul 1994 08:00:38 GMT Raw View
In article <CsMs39.Aqr@nrtpa038.bnr.ca>,
David Dahl <daved@nnshh127.uucp> wrote:
>I am doing some research into C++ compiliers and standards
>and am in need of a little help.
>
>Can anyone tell me whether the current AT&T standard (3.1?)
>and ANSI/ISO standard addresses:
>
> 1. exception handling
Yes, this is part of the ANSI working paper for C++. Not in cfront.
> 2. templates
Yes, both do.
> 3. multiple inheritence
Yes, both do.
Author: daved@nnshh127.uucp (David Dahl)
Date: Fri, 8 Jul 1994 16:49:51 GMT Raw View
Hello all -
I am doing some research into C++ compiliers and standards
and am in need of a little help.
Can anyone tell me whether the current AT&T standard (3.1?)
and ANSI/ISO standard addresses:
1. exception handling
2. templates
3. multiple inheritence
Thanks alot
Dave
David.Dahl@nt.com
Author: pjl@graceland.att.com (Paul J. Lucas)
Date: Fri, 8 Jul 1994 22:45:01 GMT Raw View
In <CsMs39.Aqr@nrtpa038.bnr.ca> daved@nnshh127.uucp (David Dahl) writes:
>I am doing some research into C++ compiliers and standards
>and am in need of a little help.
>
>Can anyone tell me whether the current AT&T standard (3.1?)
1. You're not dealing with AT&T any more--it's Novell.
2. It never was nor is a standard in any sense. cfront is
just another compiler.
>and ANSI/ISO standard addresses:
> 1. exception handling
cfront: no; ANSI: yes
> 2. templates
> 3. multiple inheritence
cfront: yes; ANSI: yes
--
- Paul J. Lucas
AT&T Bell Laboratories
Naperville, IL