SUMMARY
  • ISO standard C++ has included new type called string. It provides powerful facilities for storing and manipulating strings. It is available in namespace std. In fact, it is a template-based container class.
  • bool – A C++ keyword. It is a data type (It is not supported by TurboC++ 3.0) It means Boolean. It has been included recently in C++. It is associated with two symbolic constants, true and false.
  • Keywords true and false represent Boolean values.
  • STL means Standard Template Library.
  • STL contains implementations of many useful functions and classes based on templates.
  • The STL is based on three main components containers, iterators, and algorithms.
  • Container class – A class which contains objects of other classes. STL provides many useful ...

Get Object Oriented Programming with C++, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.