Murach's C++ 2008
How to organize and document your classes
This chapter shows you how to to organize the classes you create and document them. It also shows you how to store your classes in class libraries so that other programmers can easily access them.
|
|
|
|
How to code multiple classes in
a single file |
460 |
|
How to work with namespaces |
462 |
|
|
How to add documentation to a
class |
464 |
|
How to view the class documentation |
466 |
|
|
How class libraries work |
468 |
|
How to create a class library
project |
470 |
|
How to add a reference to a class
library |
472 |
|
How to use the classes in a class
library |
472 |
|
 |
|
|
|
|
© Copyright 1998-
Mike Murach & Associates, Inc. All rights reserved.
|
|
|