Chapter 22. Operator Overloading

 

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
<feature><title>Objectives</title>

In this chapter, you will learn:

<objective>

What operator overloading is and how it makes programs more readable and programming more convenient.

</objective>
<objective>

To redefine (overload) operators to work with objects of user-defined classes.

</objective>
<objective>

The ...

Get C How to Program, Fifth 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.