??? 06/07/07 08:13 Read: times |
#140369 - the 1-line solution Responding to: ???'s previous message |
The 1-line solution in True C:
for (value = i = 0; i < 4; i++) value = 10 * value + *s++ - '0';:-) JW (the C-hater) |
??? 06/07/07 08:13 Read: times |
#140369 - the 1-line solution Responding to: ???'s previous message |
The 1-line solution in True C:
for (value = i = 0; i < 4; i++) value = 10 * value + *s++ - '0';:-) JW (the C-hater) |