Is C a subset of C++ or ANSI C ?

5013 mdb at abcom.ATT.COM
Fri Dec 28 04:40:47 AEST 1990


>From article <1990Dec26.102742.1 at sysjj.mdcbbs.com>, by hooverm at sysjj.mdcbbs.com (SQUID 6 on the DARK side):
> A couple o' questions from a "C" neophyte...
> All questions refer to Borland products running on a PC
> 
> 1) Is Borland "C" a subset of ANSI "C"?
> 2) Is Borland "C" a subset of "C++"? 
> 
TURBO C++ is really two packages in one. It is an ANSI 'C' compiler as 
well as a C++ compiler.

To switch between the both all you need to do is change the extention.

	.C == ANSI C
	.CPP == C++

Hope this helps
MIke Barnes



More information about the Comp.lang.c mailing list