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

Fucking pointers

Name: Anonymous 2013-06-27 18:20

I want to declare a const pointer that points to a list of const pointers that point to const data. Throw me a fucking bone.

Name: Anonymous 2013-06-28 14:56

>>17

void *name; means precisely "by dereferencing the id name i'm getting a value of type void", which in turn simply means "name is a pointer to void".

While the use of * in a pointer declaration/definition might at first seem different from using * to dereference an existing pointer, it really isn't.

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