Mail Archives: djgpp/1996/08/11/04:56:55
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.
- Raw text -