[OT] Visual C++ question

Nathan Meyers nmeyers at javalinux.net
Fri Feb 14 14:01:24 EST 2003


On Fri, Feb 14, 2003 at 01:50:52PM -0500, Chuck Young 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 a recognized suffix - at least by VC++. I have no idea if it'll
enforce string C semantics, but it'll certainly recognize the language.

Nathan Meyers
nmeyers at javalinux.net



More information about the Discuss mailing list