How does one play around with strings in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How does one play around with strings in c++?

How should i add characters or spaces in strings or to flip certain characters in a string? It's really bugging me, help would be appreciated.

21st Feb 2020, 8:27 AM
Eresh Mittal
Eresh Mittal - avatar
2 Answers
+ 3
Adding some more.. May be helpfull to you.. String class functions: https://en.cppreference.com/w/cpp/string/basic_string. http://www.cplusplus.com/reference/string/string/
21st Feb 2020, 9:57 AM
Jayakrishna 🇮🇳
+ 1
Ohk, thanks very much!
21st Feb 2020, 9:45 AM
Eresh Mittal
Eresh Mittal - avatar