mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
Update c++.html.markdown
This commit is contained in:
parent
d2a8a52017
commit
eb44c5bc91
@ -217,7 +217,7 @@ cout << myString + myOtherString; // "Hello World"
|
||||
|
||||
cout << myString + " You"; // "Hello You"
|
||||
|
||||
// C++ strings are mutable and have value semantics.
|
||||
// C++ strings are mutable.
|
||||
myString.append(" Dog");
|
||||
cout << myString; // "Hello Dog"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user