PDA

View Full Version : Can you explain Dangling References


C++
01-17-2011, 10:54 AM
Hi guys, Your typical C++ beginner here. I'm using the renowned Deitel C++: How to program to learn C++. I am my own mentor and here's what I can't comprehend: What's a Dangling Reference? According to Deitel C++: How to Program and I quote "Functions can return references, but this can be...