Hour 9. Moving into Advanced Classes

What You’ll Learn in This Hour:

Image What constant member functions are

Image How to separate the class interface from its implementation

Image How to manage your classes

Image 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.