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
A quick question about const objects
A quick question about const objects
Oct 5, 2008 at 9:16am UTC
Poke386
(109)
If I pass a const object to a function by reference, is it true that I cannot "use" any of its member functions? If so, why?
Oct 5, 2008 at 9:51am UTC
guestgulkan
(2942)
You can use
const
member functions
Oct 5, 2008 at 1:11pm UTC
Poke386
(109)
Ah, makes sense. Thank you.
Topic archived. No new replies allowed.