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
lvalue
lvalue
May 26, 2011 at 6:58am UTC
ankushnandan
(64)
what is lvalue in c++?
how can we be sure about lvalue without compiling the code?
May 26, 2011 at 7:57am UTC
guestgulkan
(2942)
lvalue
and
rvalue
is vaguely teated by the c++ standard and is somewhat confusing.
But this should help you.
http://www.techrepublic.com/article/distinguish-the-differences-between-r-values-and-l-values-in-c-/5383417
Topic archived. No new replies allowed.