November 2001
Beginner
1128 pages
29h 12m
English
You will learn about the following in this chapter:
Container classes
Iterators
By now you are familiar with the C++ goal of reusable code. One of the big payoffs is when you can reuse code written by others. That's where class libraries come in. There are many commercially available C++ class libraries, and there also are the libraries that come as part of the C++ package. For example, you've been using the input/output classes supported by the ostream header file. This chapter will look at other reusable code available for your programming pleasure. First, ...
Read now
Unlock full access