And thusly Sean 'Captain Napalm' Conner spake: > > So, to tie this in with the Zen Koan threads, what is the result of > > int i = 0; > printf("%d %d %d\n",i++,i++,i++); > IIRC it should output: 2 1 0 Cheers, Bryan Pope