cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
?extern?
Page 2
?extern?
Pages:
1
2
Nov 3, 2011 at 1:39am UTC
moorecm
(1932)
It's that you can't make a reference to a temporary (the result from the operation). Anyway, just to reiterate the lessons learned in this thread: in C++, you do not solve equations symbolically (like mathematics).
Nov 3, 2011 at 1:45am UTC
ModShop
(1149)
A reference is simply an abstracted pointer. Pointers can point to only one variable at a time, so references must follow the same limits.
Topic archived. No new replies allowed.
Pages:
1
2