Hour 9. Moving into Advanced Classes
What You’ll Learn in This Hour:
What constant member functions are
How to separate the class interface from its implementation
How to manage your classes
How to find and avoid bugs
const Member Functions
If you declare a member function to be constant with the const
keyword, it indicates that the function won’t ...
Get Sams Teach Yourself C++ in 24 Hours, Sixth Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.