Date: Thu, 10 Sep 1998 10:32:44 +0300 (IDT) From: Eli Zaretskii To: Jean-Francois Tremblay cc: djgpp AT delorie DOT com Subject: Re: Newbie Question regarding include In-Reply-To: <9bGJ1.1664$sr.2366345@weber.videotron.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 9 Sep 1998, Jean-Francois Tremblay wrote: > Hence, on windows (and Dos) you absolutly need to use more than ".C" to tag > the file as being C++ Please try to avoid posting untested assertions like this: this issue is complex and confusing enough as it is. The truth is that a file like FOO.C or foo.C *is* treated by GCC as a C++ program when you type the .C extension in upper case on the command line. The fact that DOS and Windows won't allow you to create both toto.c and TOTO.C in the same directory is irrelevant, since the command-line arguments are passed to a program exactly as you typed them. The DJGPP FAQ list explains this at some length in section 8.4.