introduction.md

April 16, 2020 ยท View on GitHub

A string in C++ is a mutable object that represents text as a sequence of Unicode characters (letters, digits, punctuation, etc.). Strings are manipulated by calling the string's methods.