hackingcpp / comments

Comments regarding hackingcpp.com
0 stars 0 forks source link

cpp/std/string_basics #47

Open utterances-bot opened 5 months ago

utterances-bot commented 5 months ago

C++ String Basics | hacking C++

The basics of how to store and manipulate text (characters, strings) in C++.

https://hackingcpp.com/cpp/std/string_basics.html

Lorite commented 5 months ago

Hi. Your guide is amazing. Thanks a lot for the effort. In the Joining example, wouldn't "first" "second" be concatenated into "firstsecond" without the whitespace?