Date: Sun, 11 Aug 1996 11:51:01 +0200 (IST) From: Eli Zaretskii To: Erik Max Francis Cc: djgpp AT delorie DOT com Subject: Re: Will ANSI C-programming text do for DJGPP? In-Reply-To: <320A917B.1C01236D@alcyone.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 8 Aug 1996, Erik Max Francis wrote: > Further I'd suggest that the original poster be very careful when using DJGPP > to distinguish when some feature they're relying upon is ANSI C (or draft > standard C++) compliant, and when it's not (and just an extension that's > supported by DJGPP). This will help you immensely when you move onto other > platforms in the future. If you say "gcc -ansi -pedantic", the compiler will reject any program that's not strictly ANSI-compliant. This is (IMHO) a good way to learn standard C.