Stupid users

AKA Solitair berg at cip-s02.informatik.rwth-aachen.de
Thu Aug 9 03:26:04 AEST 1990


In article <7219 at star.cs.vu.nl> maart at cs.vu.nl (Maarten Litmaath) writes:
>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;

What about:
             foo=a /*b;/**/;
versus:
             foo=a/ *b;/**/;

But I *love* C anyway!
--
Sincerely,                 berg%cip-s01.informatik.rwth-aachen.de at unido.bitnet
           Stephen R. van den Berg.
"I code it in 5 min, optimize it in 90 min, because it's so well optimized:
it runs in only 5 min.  Actually, most of the time I optimize programs."



More information about the Comp.lang.c mailing list