Not really PalmOS related, but hey you can run it on your Handheld:
int x = 1;
for( int i = 0; i < 100; ++i );
// What will the next line do? Increment???????????/
++x;
what's the value of x after this code ran on a standard c++ compiler? Sebastian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
