Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A puzzle
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00147170
Message ID:
00147428
Views:
29
>The problem with an equivalent piece of code has just caught me out - see if you can spot it (I couldn't for ages, even in the debugger):
>
>So, here's Maximum Bob's quiz:-
>
>(No cheating, no prizes)
>

Wow, and syntax coloring misses it to!

My favoriate is from c

int Problem() {
int x=1,y=1,z=1;
int *i=&x,*j=&y,*k=&z;

*i=*j+*k;
*i=*j-*k;
*i=*j/*k;
*i=*j**k;

return *i;
}
If they have you asking the wrong questions,
they don't have to worry about the answers.
-proverbs for paranoids #3
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform