The C++ String Type - ECE2893

The C++ string type 1 The C++ lanugage provides, as part of the run–time library, a data type called string. 2 The string type is actually a C++ Object. I This means that the way string variables are declared, initialized, and accessed uses a slightly different syntax than we are used to. I We will discuss these differences in detail. 3 The string type provides substantially more ... ................
................