380 likes | 490 Vues
This presentation introduces two string types in C++, C-strings and arrays with the base type char. C-strings designate the end of a string with a null character '\0'. Array elements are indexed by characters, and an extra null char is included at the end. The inherited method from the CString class is also discussed along with the use of templates.
E N D