Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 190 Bytes

introduction.md

File metadata and controls

1 lines (1 loc) · 190 Bytes

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.