??? 06/08/07 08:22 Modified: 06/08/07 08:24 Read: times |
#140406 - all 4 numbers, printf-ed, all in one for Responding to: ???'s previous message |
Here comes the complete program, in True-C:
for(i=0;(i%4==0)?!(v=(i==16)):1;(i%4==3)?printf("%d\n",10*v+b[i++]-48):(v=10*v+b[i++]-48)); JW (the C-hater) |