|
|
|
|
|
by Y_Y
3439 days ago
|
|
And yet so many people learn int* p; // p is an int pointer
instead of int *p; // dereferencing p will give an int
I know this is the subject of holy wars, but once I'd seen the second one my eyes were opened and I had way less trouble. I think that declaration follows use is another of example of the amazing design powers of the patriarchs. |
|