Working with string type | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Working with string type

I found a problem in the C++ book: there is no information about how to work with the string type. Does it work like massive of chars like in Pascal? Or just what can we do to analyze the string vars?

8th Apr 2018, 1:29 PM
Alexey Sarnavskiy
Alexey Sarnavskiy - avatar
1 Answer
+ 2
You can think of a string as a char array with mutable size.
8th Apr 2018, 2:11 PM
Timon Paßlick