Tagged Questions
6
votes
12answers
428 views
What is a good way to think about C++ references?
I've been programming C, mainly in an embedded environment, for years now and have a perfectly good mental model of pointers - I don't have to explicitly think about how to use them, am 100% ...