microsoft C considered stupid
Chris Torek
chris at umcp-cs.UUCP
Sat Jun 21 18:21:34 AEST 1986
In article <1986Jun20.01:10:46.477 at utcs.uucp> flaps at utcs.uucp
(Alan J Rosenthal) writes:
>1. They have instituted a pre-processor conditional of the form
> #if defined(MANIFEST_CONSTANT).
They have not instituted it. It has been around since V7, at
the latest. It is quite useful; things like
#if (defined(x) || defined(y)) && defined(z)
are fairly tricky (not to mention confusing) to write without this.
--
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516)
UUCP: seismo!umcp-cs!chris
CSNet: chris at umcp-cs ARPA: chris at mimsy.umd.edu
More information about the Comp.lang.c
mailing list