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) //------------------------------------------------------------------------------------ //string.length() returns the length of a string //------------------------------------------------------------------------------------ string first_name; cout 12) { cout
@jasphercadelina45773 жыл бұрын
I still watch the vid to appreciate it sir
@reverberateios59422 жыл бұрын
Bro you deserve so much more recognition what you are doing is nothing short of incredible
@tomaszkarolak61794 жыл бұрын
The best tutorials, I've ever seen on YT, thx bro!!!
@pratyush2331raj2 жыл бұрын
didn't feel boring at any point of time. Thank you for amazing video Sir :)
@Spectronzi4 жыл бұрын
Thanks for the tutorial ! Really helped in learning how to deal with text using string
@ByteTechHD3 жыл бұрын
I actually laughed out loud at the "my name is Methe" lmaoooo
@proangel1113 жыл бұрын
10:49 I’m dead, thanks for the laugh 😂
@smartmoneyprotocol72802 жыл бұрын
thank you , amazing skill, i like the you teach , it make me to understand quicker, which useful string i can focus on if i want to code an auto trading robot. thank you
@kardt898 ай бұрын
@10:49 That one line. Respect + Subscribed.
@PunmasterSTP7 ай бұрын
Useful string functions? More like "Amazing videos; thanks for the great instruction!" 🙏
@Based_On_Cringe6 ай бұрын
Easily comprehensible guide. Thank you
@NK_Kolkata3 жыл бұрын
bruh ! I love your sense of humor :D I lose it every time xD
@dimuthu88882 жыл бұрын
Great tutorial Bro!! Thanks a lot ❤️
@shoislomshobaxromov33393 жыл бұрын
Thank you for your video! It has redused my confysion about string methods.
@AA-em3lw3 жыл бұрын
hahha, awesome youtube name, The Bro Code, Don't let bro code down! (; BS
@HaVocHarMony Жыл бұрын
BRO!!! thanks for this ❤❤❤
@mehemmedeliyev34462 ай бұрын
nice tutorial
@higiniofuentes2551 Жыл бұрын
Thank you for this very useful video!
@rahafs.97932 жыл бұрын
omg thanksssss brooo ur life saver!!!
@ISTech-rw8op3 жыл бұрын
thanks bro code it helped alot ❣️
@TursunboyAvazbekov3 жыл бұрын
Thank you very much bro.It is very useful.
@sanasnam53333 жыл бұрын
This helps a lot, Thank you!
@tareq52642 жыл бұрын
2:57 LMFAO nice one man
@chefskiss651 Жыл бұрын
Hey, I know that my request has nothing to do with this video, but it's the closest hint I could find. How do I create a loop that prompts the user to enter integers that are seperated by just spacing. Basically I want to enter an integer add a space which will than loop in my program so I can repeat the process and write all my seperate integers in just one line.
@abdulmelik83374 ай бұрын
Thanks bro!
@ЖАСУРШУХРАТОВ-с6э3 жыл бұрын
Thank you very much, bro. But why did you use getline, is it easier or has another function?
@HuzaifaKhan-kb2ut Жыл бұрын
Amazing video
@jeelezindagi76644 жыл бұрын
Thank you so much sir.....🙏🏻👍🏻
@vyass9663 жыл бұрын
thanks for the video...best ever < 3
@Artificially_Creative Жыл бұрын
I have a question, can we add like the string length function with string empty function?
@bittu99693 жыл бұрын
i dont know what is the problem but everything worked except the find . it always says -1 . I even copied your code from comment but it still said the same thing i use atom
@eatbeast3 жыл бұрын
Thank you bro
@premgarg55342 жыл бұрын
Like ur video but it has some mistakes like in s.insert() u said it doesn't return anything but it does (which is super important for chaining methods) also, s.insert(int, char) is not a valid method (u can use a string of length 1 off course)