Chapter 11. Operator Overloading; String and Array Objects
The whole difference between construction and creation is exactly this: that a thing constructed can only be loved after it is constructed; but a thing created is loved before it exists. | ||
--Gilbert Keith Chesterton |
The die is cast. | ||
--Julius Caesar |
Our doctor would never really operate unless it was necessary. He was just that way. If he didn’t need the money, he wouldn’t lay a hand on you. | ||
--Herb Shriner |
OBJECTIVES
In this chapter you’ll learn:
What operator overloading is and how it can make programs more readable and programming more convenient.
To redefine (overload) operators to work with objects of user-defined classes.
The differences between overloading unary and binary operators. ...
Get C++ How to Program, 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.