Date: Mon, 29 Jul 1996 09:00:34 +0200 (IST) From: Eli Zaretskii To: iNFiK Cc: djgpp AT delorie DOT com Subject: Re: DJGPP HELP!!!!! In-Reply-To: <31FA629B.2841@ix.netcom.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sat, 27 Jul 1996, iNFiK wrote: > Goncalo Farias wrote: > > everybody should/do start learning ANSI C instead of some other "flavour" > > like Borland's or MS' so it makes DJGPP as good as any other C compiler, > > i thought that borland's C++ *WAS* the ansi c standard type... The compiler supports ANSI C, but the extensions are vendor-specific. What the original poster says is that you should only use the standard features, and then you don't have to worry which compiler you use to compile the program.