[OT] Visual C++ question
Jerry Feldman
gaf at gaf.blu.org
Fri Feb 14 14:59:13 EST 2003
On Fri, 14 Feb 2003 13:50:52 -0500
"Chuck Young" <chy at genuity.com> wrote:
> I used Borland a while ago ('96) and all my C code got saved as *.cpp.
>
> If there is a reason the complier needs to process using just the C
> subset of C++, I think that's what Jerry wants to know. Windows likes
> three character suffixes and probably does not understand *.c
C is not a subset of C++ and C++ is not a superset of C. There are C
constructs that are illegal in C++ and conversely there are constructs
in C++ that are different in C.
I think that Grant answered my question. The suffix alone will not force
VC++ to shift to C mode.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.blu.org/pipermail/discuss/attachments/20030214/7f6bd75b/attachment.sig>
More information about the Discuss
mailing list