On 19 Jul 2000, Russ Allbery wrote:

> Akim Demaille <[EMAIL PROTECTED]> writes:
> 
> > I don't recall well why we recently chose .cc for C++.  ISTR it was
> > because before we used `.C' which is not a good choice in case
> > insensitive environments.
> 
> .cc is very standard for C++ files on Unix in my experience.  I've seen .C
> a few times; I've never seen .cpp.

The jikes Java compiler from IBM (written in c++) uses the .cpp
extension for source files. It compiles just fine under plain VC++,
but autoconf pukes out during the configure process.

It just dawned on me that a test case that fails under
autoconf and VC++ might be of some use to folks. So
here is the CVS info for the jikes compiler.

setenv CVSROOT :pserver:[EMAIL PROTECTED]:/cvs/jikes

cvs login
paswsd anoncvs

cvs checkout jikes

Mo DeJong
Red Hat Inc

Reply via email to