Stupid users

Maarten Litmaath maart at cs.vu.nl
Fri Aug 3 05:30:56 AEST 1990


In article <kai4=Fi00Ug7E7alJa at andrew.cmu.edu>,
	jpab+ at andrew.cmu.edu (Josh N. Pritikin) writes:
)>>    1. That in C, a= +1 and a=+ 1 are different.
)...
)I believe that the first example was in reference to the old C syntax.
)Now in C, whitespace doesn't change meaning, anywhere.

Ahum.
	foo = a+++b;
vs.
	foo = a+ ++b;
--
   "UNIX was never designed to keep people from doing stupid things, because
    that policy would also keep them from doing clever things."  (Doug Gwyn)



More information about the Comp.lang.c mailing list