cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
reference
reference
Jun 15, 2014 at 1:28pm UTC
mehak
(94)
can anybody tell me what is there in a no null reference?
Jun 15, 2014 at 1:30pm UTC
MiiNiPaa
(8886)
You cannot bind a reference to nonexisting object (without some trickery). Because of that it cannot have
null
(not pointing to any object) state.
Last edited on
Jun 15, 2014 at 1:30pm UTC
Topic archived. No new replies allowed.