Stupid users

KPURCELL at LIVERPOOL.AC.UK KPURCELL at LIVERPOOL.AC.UK
Tue Aug 7 02:54:04 AEST 1990


>Ahum.
>        foo = a+++b;
>vs.
>        foo = a+ ++b;

Of course you could write:

         foo = ++a+++++b++;

and confuse a lot of people (and compilers!)

Kevin



More information about the Comp.lang.c mailing list