The terms String and string mean different things and are not interchangable.
A string is a null terminated character array aka c_string.
A String is an object of the String class.
The terms String and string mean different things and are not interchangable.
A string is a null terminated character array aka c_string.
A String is an object of the String class.