Code Examples
from
Chapter 12
Overloading Operators in C++

of
Programming with Objects




NOTE: Browsers generally have difficulty displaying source code files in
their raw form.  A browser may also gratuitously enclose a raw source
code file within html tags for the purpose of display.  So it is best to
right-click on the items listed below and to then click on the "save
link as" or the "save target as" menu item for directly transferring the
file to your local disk.



OverloadBinaryGlobal.cc


OverloadBinaryMemb.cc



OverloadUnaryGlobal.cc



OverloadUnaryMemb.cc



MyString.cc



PretentGiant.cc



ConstructorLeak.cc



SmartPtrInitial.cc



SmartPtrWithOwnership.cc



SmartPtr.h



ConstructorLeakPlugged.cc



SmallIntWithIncrDecr.cc



UserConv.cc



UserConvConstructor.cc



UserConvExplicit.cc



SortWithFunctor.cc



SortWithLessThan.cc



SortPointerTypes.cc





Back to the home page for Programming with Objects