String Basics

The C language does not provide the basic type of string, so it is usually necessary to use a character array instead of a string.

C++ provides the basic data type of string (string).

 

 

 

 

 

Guess you like

Origin blog.csdn.net/dlz_yhn/article/details/126391806