238
I can see the reference!
(feddit.nl)
Post funny things about programming here! (Or just rant about your favourite programming language.)
An
int&reference is just as much of a variable asint* constwould be (a const pointer to a non-const int). "Variable" might be a misnomer here, but it takes just as much memory as any other pointer.