Date: Thu, 5 Oct 1995 10:03:59 +0200 (IST) From: Eli Zaretskii To: Seung Jin Lim Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: [Q] What is difference among c++, gcc, and g++? On 3 Oct 1995, Seung Jin Lim wrote: > Could someone compare and contrast these compilers? No difference for latest versions of Gcc. Gcc now calls the correct compiler (cc1 for C, cc1plus for C++) automatically, based on the source file's extension. So just call gcc and everything will be fine.