C++ primer (3rd ed.)

  • Authors:
  • Stanley B. Lippman;Josée Lajoie

  • Affiliations:
  • Walt Disney Feature Animation;IBM Canada

  • Venue:
  • C++ primer (3rd ed.)
  • Year:
  • 1998

Quantified Score

Hi-index 0.00

Visualization

Abstract

The third edition of the C++ Primer combines Stanley Lippman's practical experience with Josée Lajorie's inside knowledge of the ANSI/ISO Standard C++. This tutorial is written to describe the features and programming examples that illustrate the design of generic and object-oriented programs, the use of templates, and other aspects of program design using Standard C++. In addition, the C== Primer provides usage and efficiency guidelines where appropriate.Highlights Clear, practical and example-driven coverage of the Standard Library, with emphasis on the containers, iterators and algorithms (also known as the Standard Template Library), the string class and iostreams A detailed look at the new features of Standard C++; exception handling, run-time type identification, namespaces, the built-in bool type, and new-style cast-notation, with advice on how to effectively use them. A thorough introduction of the advanced language features, such as templates, classes, and inheritance in support of generic programming, object-oriented programming and object-based programming. An appendix that can be used as a quick reference for the generic algorithms, describing their behavior, and providing concrete examples of how to use them.