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 5:52 ID:qw9qdqKL

What type is bar? int [1]
What type is bar[0]? int
What type is *bar? int
What type is &bar[0]? int*
What type is &a? char*
What type is b? char*
What are the implications of this? you are a daft cunt

Name: Anonymous 2007-07-24 7:43 ID:geuULkSu

int[1] isn't a type, but int[] is

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