From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: how to compile c++ program Date: Sun, 6 Feb 2000 10:21:20 +0200 Organization: NetVision Israel Lines: 7 Message-ID: References: NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 949825466 26310 199.203.121.2 (6 Feb 2000 08:24:26 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 6 Feb 2000 08:24:26 GMT X-Sender: eliz AT is In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 5 Feb 2000, Damian Yerrick wrote: > GCC (the compiler in DJGPP) likes C++ files to be named *.cc not *.cpp Not true. The following extensions are all taken as indicative of a C++ program: .cc, .cxx, .cpp, .C. This is in the FAQ (section 8.5).