Next:
Example: Queue Abstract Data
Up:
Data Abstraction and Information
Previous:
Example: Array Abstract Data
Contents
Example: String Abstract Data Type
Strings in C++
C++ does not provide built-in string data type; Maximizes performance
Provides mechanisms for creating and implementing string abstract data type; String ADT (Chapter 8)
ANSI/ISO standard
string
class (Chapter 19)
2004-07-29