All Books

  1. home
  2. Books
image description

Object-Oriented Programming in C++

By: Robert Lafore

The major changes to this Third Edition are concerned with Standard C++ and object-oriented design. In addition, the book is no longer geared exclusively to Borland C++ compilers. Standard C++, finalized in the fall of 1997, introduced many new features to C ++. Some of these features, such as templates and exceptions, had already been adopted by compiler manufacturers. However, the Standard Template Library (STL) has only recently been included in compilers. This book adds a chapter on the STL. We’ve also introduced other features from Standard C++, including new header files, the string class, new-style casts, namespaces, and so on. The design of object-oriented prog...