home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / 1990 / 08 / eckel.txt < prev    next >
Text File  |  1990-07-10  |  210b  |  4 lines

  1. Bruce Eckel's Collection class and example program to count
  2. keywords and identifiers in a C++ source file. The collections
  3. are a good example of multiple inheritance and show the use of
  4. pointers to members.