C++ useful string functions (#8) 🧵

  Рет қаралды 53,035

Bro Code

Bro Code

Күн бұрын

Пікірлер: 44
@BroCodez
@BroCodez 4 жыл бұрын
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
@jasphercadelina4577
@jasphercadelina4577 3 жыл бұрын
I still watch the vid to appreciate it sir
@reverberateios5942
@reverberateios5942 2 жыл бұрын
Bro you deserve so much more recognition what you are doing is nothing short of incredible
@tomaszkarolak6179
@tomaszkarolak6179 4 жыл бұрын
The best tutorials, I've ever seen on YT, thx bro!!!
@pratyush2331raj
@pratyush2331raj 2 жыл бұрын
didn't feel boring at any point of time. Thank you for amazing video Sir :)
@Spectronzi
@Spectronzi 4 жыл бұрын
Thanks for the tutorial ! Really helped in learning how to deal with text using string
@ByteTechHD
@ByteTechHD 3 жыл бұрын
I actually laughed out loud at the "my name is Methe" lmaoooo
@proangel111
@proangel111 3 жыл бұрын
10:49 I’m dead, thanks for the laugh 😂
@smartmoneyprotocol7280
@smartmoneyprotocol7280 2 жыл бұрын
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
@kardt89
@kardt89 8 ай бұрын
@10:49 That one line. Respect + Subscribed.
@PunmasterSTP
@PunmasterSTP 7 ай бұрын
Useful string functions? More like "Amazing videos; thanks for the great instruction!" 🙏
@Based_On_Cringe
@Based_On_Cringe 6 ай бұрын
Easily comprehensible guide. Thank you
@NK_Kolkata
@NK_Kolkata 3 жыл бұрын
bruh ! I love your sense of humor :D I lose it every time xD
@dimuthu8888
@dimuthu8888 2 жыл бұрын
Great tutorial Bro!! Thanks a lot ❤️
@shoislomshobaxromov3339
@shoislomshobaxromov3339 3 жыл бұрын
Thank you for your video! It has redused my confysion about string methods.
@AA-em3lw
@AA-em3lw 3 жыл бұрын
hahha, awesome youtube name, The Bro Code, Don't let bro code down! (; BS
@HaVocHarMony
@HaVocHarMony Жыл бұрын
BRO!!! thanks for this ❤❤❤
@mehemmedeliyev3446
@mehemmedeliyev3446 2 ай бұрын
nice tutorial
@higiniofuentes2551
@higiniofuentes2551 Жыл бұрын
Thank you for this very useful video!
@rahafs.9793
@rahafs.9793 2 жыл бұрын
omg thanksssss brooo ur life saver!!!
@ISTech-rw8op
@ISTech-rw8op 3 жыл бұрын
thanks bro code it helped alot ❣️
@TursunboyAvazbekov
@TursunboyAvazbekov 3 жыл бұрын
Thank you very much bro.It is very useful.
@sanasnam5333
@sanasnam5333 3 жыл бұрын
This helps a lot, Thank you!
@tareq5264
@tareq5264 2 жыл бұрын
2:57 LMFAO nice one man
@chefskiss651
@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.
@abdulmelik8337
@abdulmelik8337 4 ай бұрын
Thanks bro!
@ЖАСУРШУХРАТОВ-с6э
@ЖАСУРШУХРАТОВ-с6э 3 жыл бұрын
Thank you very much, bro. But why did you use getline, is it easier or has another function?
@HuzaifaKhan-kb2ut
@HuzaifaKhan-kb2ut Жыл бұрын
Amazing video
@jeelezindagi7664
@jeelezindagi7664 4 жыл бұрын
Thank you so much sir.....🙏🏻👍🏻
@vyass966
@vyass966 3 жыл бұрын
thanks for the video...best ever < 3
@Artificially_Creative
@Artificially_Creative Жыл бұрын
I have a question, can we add like the string length function with string empty function?
@bittu9969
@bittu9969 3 жыл бұрын
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
@eatbeast
@eatbeast 3 жыл бұрын
Thank you bro
@premgarg5534
@premgarg5534 2 жыл бұрын
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)
@sankalpmishra284
@sankalpmishra284 2 жыл бұрын
Thank u sir : )
@kidushabtewold6317
@kidushabtewold6317 Жыл бұрын
thanks
@mirosawboniewicz6793
@mirosawboniewicz6793 11 ай бұрын
NICE!
@sushantrock7896
@sushantrock7896 3 жыл бұрын
you are great
@420thlegioner8
@420thlegioner8 2 жыл бұрын
I liked that username
@Koshik.143
@Koshik.143 8 ай бұрын
bro is obsesed with Bro
@baovogia6782
@baovogia6782 3 жыл бұрын
love it
@CODINGWITHRENAT
@CODINGWITHRENAT 2 ай бұрын
hello bro
Basics Of Using The string Type | C++ Tutorial
14:02
Portfolio Courses
Рет қаралды 10 М.
C++ user defined functions (#15) 📬
17:14
Bro Code
Рет қаралды 40 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Power Factor Explained - Why they issue penalty charges (Reactive Power)
16:19
The Engineering Mindset
Рет қаралды 17 М.
How Strings Work in C++ (and how to use them)
19:26
The Cherno
Рет қаралды 477 М.
you will never ask about pointers again after watching this video
8:03
Fastest Way to Learn ANY Programming Language: 80-20 rule
8:24
Sahil & Sarra
Рет қаралды 972 М.
31 nooby C++ habits you need to ditch
16:18
mCoding
Рет қаралды 864 М.
C++ dynamic memory explained for beginners 🧠
5:49
Bro Code
Рет қаралды 25 М.
C-string functions: strlen, strcpy, strcat, strncpy, strncat, strcmp, strstr
10:10
Useful string methods in C++ 〰️
6:35
Bro Code
Рет қаралды 28 М.
C++ user defined functions explained 📞
7:24
Bro Code
Рет қаралды 37 М.
String In Char Array VS. Pointer To String Literal | C Programming Tutorial
9:58