C++ useful string functions (#8)

Your video will begin in 10
85 Views
Published
C++ useful string functions tutorial
more functions here: http://www.cplusplus.com/reference/string/string/
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.
Category
Bro Code
Tags
C++ string functions, C++ string function example, C++ string function argument
Be the first to comment