Search:
Forum
General C++ Programming
Passing a pointer by reference
Page 2
Passing a pointer by reference
Pages:
1
2
Jun 5, 2012 at 10:17pm UTC
Athar
(4466)
No, a const reference is simply a reference to a const-qualified object.
While it technically makes no sense when reading it as "constant reference", "const reference" is a universally understood idiom.
Last edited on
Jun 5, 2012 at 10:20pm UTC
Topic archived. No new replies allowed.
Pages:
1
2
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs