Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A puzzle
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00147170
Message ID:
00147428
Vues:
30
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform