Murach's C++ 2008
How to work with indexers, delegates, events, and operators
Chapter 12 covers the skills that you need whenever you create a C++ class.
Now, this chapter shows you advanced techniques like how to create indexers, throw
argument exceptions, define delegates, raise events, and overload operators.
|
|
|
|
The code for a simple ProductList
class |
366 |
|
The specifications for the enhanced
ProductList class |
368 |
|
|
How to create an indexer |
370 |
|
How to throw an argument exception |
372 |
|
|
How to define and use a delegate |
374 |
|
How to define and use events |
376 |
|
|
An introduction to operator overloading |
378 |
|
How to overload arithmetic operators |
380 |
|
How to overload relational operators |
382 |
|
|
The code for the ProductList class |
384 |
|
The code for the Product Maintenance
form |
388 |
|
 |
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|
|
|