C++ useful string functions (#8) 🧵
Bro Code Bro Code
2.19M subscribers
45,171 views
1.3K

 Published On Apr 17, 2020

C++ useful string functions tutorial
more functions here: http://www.cplusplus.com/reference/st...
0:25 string.length()
3:39 string.empty()
4:44 string.clear()
5:34 string1.append(string2)
6:36 string.at(int x)
9:00 string1.substr(int x, int y)
10:51 string1.insert(x,string2)
12:30 string1.find(string2)
13:58 string1.erase(int x, int y)

Coding boot camps hate him! See how he can teach you to code with this one simple trick...

Bro Code is the self-proclaimed #1 tutorial series on coding in various programming languages and other how to videos in the known universe.

show more

Share/Embed