SyntaxFix
Write A Post
Hire A Developer
Questions
I've always heard them used in the opposite sense:
& is the reference operator -- it gives you a reference (pointer) to some object
&
* is the dereference operator -- it takes a reference (pointer) and gives you back the referred to object;
*