Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

POINTERS AND METAPHORS

Name: Anonymous 2007-07-23 15:53 ID:taAuoXNg

What's the best way to describe pointers using metaphors?

A friend of mine told me once:
"A woman is a pointer, because she holds the number of the man's bank account."

Any other metaphors?

Name: Anonymous 2007-07-24 23:14 ID:ha2CBS+3

disregard that, etc.

char a[] = "hi";
assert(&a == a);

and..
char* a = "hi";
assert(&a != a);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List