Stringstream in C++ | CPP Programming Video Tutorial

  Рет қаралды 169,632

LearningLad

LearningLad

Күн бұрын

Пікірлер: 137
@shreyjain51
@shreyjain51 5 жыл бұрын
This is the best video explanation I could find over entire youtube.
@LearningLad
@LearningLad 5 жыл бұрын
thank you :)
@stephanewamba9610
@stephanewamba9610 7 жыл бұрын
You makes a mistake at 1:42, you says "If you want to read from the stream you use ostringstream and if you want to write to the stream you use istringstream" but the right it's: read from the stream-> istringstream writes to the stream -> ostringstream. But well explained, I finally got it, thank you!
@LearningLad
@LearningLad 7 жыл бұрын
ok. thank you for pointing out :)
@bovery23
@bovery23 11 жыл бұрын
finally, someone who explains stringstream properly
@star-oq9bd
@star-oq9bd 3 жыл бұрын
That was such a simple and quick explanation. They made it seem more complicated in my lecture notes lol. Thanks!!
@LearningLad
@LearningLad 3 жыл бұрын
Glad it was helpful!
@MinhLe-xk5rm
@MinhLe-xk5rm 8 жыл бұрын
Wow this was very helpful. Better than the slide in my CS class. Thanks a lot!
@LearningLad
@LearningLad 8 жыл бұрын
welcome :)
@leetcoder1159
@leetcoder1159 2 жыл бұрын
@Minh Le i hope you are graduated now
@RahulSharma-jm9ir
@RahulSharma-jm9ir Жыл бұрын
lol@@leetcoder1159
@ujjwalkapil09
@ujjwalkapil09 3 жыл бұрын
there is very few videos of this topic and those are available couldn't' explained well but you have explained in such a vvay it just directly entered into my brain thanks for this superb video sir❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
@LearningLad
@LearningLad 3 жыл бұрын
You are most welcome
@abhijeetsharma5715
@abhijeetsharma5715 6 жыл бұрын
You can simply use to_string() and stoi() for the same purpose. :)
@Deepak-hv8uh
@Deepak-hv8uh 2 жыл бұрын
The most elegant and perfect explanation 👌
@LearningLad
@LearningLad 2 жыл бұрын
Thank you! 😃
@krishparmar7917
@krishparmar7917 3 жыл бұрын
Amazing explanation 🔥🔥
@LearningLad
@LearningLad 3 жыл бұрын
thank you :)
@ButterDJar
@ButterDJar 2 жыл бұрын
thank you very much for the clear explanation and simple used example cases, now i think this will help a lot in my coding journey. Many Thanks
@LearningLad
@LearningLad 2 жыл бұрын
You are welcome!
@chaithanyareddy5855
@chaithanyareddy5855 2 жыл бұрын
@@LearningLad but if we give a number greater that 10 digits it takes only 10 digits .. ex : 123456789012345 as string And the output will be 1234567890 as int .. it not converts remaining!! Why and what's the solution
@justinx6498
@justinx6498 2 жыл бұрын
@@chaithanyareddy5855 This is probably because numbers more than 10 digits would be too large for the int data type. Try using long long int instead. It's able to contain much larger numbers than the regular int.
@hoanganhtranhuy6284
@hoanganhtranhuy6284 4 жыл бұрын
indian tutorial allways the best, i love it
@LearningLad
@LearningLad 4 жыл бұрын
Thank you :)
@hoanganhtranhuy6284
@hoanganhtranhuy6284 4 жыл бұрын
@@LearningLad your tutorial really really cool :))
@chiraggupta2645
@chiraggupta2645 4 жыл бұрын
Great video, first person I see who explains this part well without an monotonous voice.
@tushardiodelec
@tushardiodelec 9 жыл бұрын
short and simple. absolutely loved it. thank you .
@LearningLad
@LearningLad 9 жыл бұрын
+tushar waman pleasure :)
@sivasarath1063
@sivasarath1063 9 жыл бұрын
indian bucky
@LearningLad
@LearningLad 9 жыл бұрын
+siva sarath ha ha :)
@kudoamv
@kudoamv 7 жыл бұрын
If he could make tutorials on advanced C++ and not such basic concepts then he can surpass bucky ! - peace (kzbin.info/www/bejne/lYu8oIKMnN1md9k)
@neomillmarcreas6535
@neomillmarcreas6535 6 жыл бұрын
Bucky is awesome
@xr.spedtech
@xr.spedtech 11 ай бұрын
🤣🤣🤣
@jacobcline6892
@jacobcline6892 5 жыл бұрын
Very clear and to the point. Good work, much appreciated!
@amairanas8631
@amairanas8631 3 жыл бұрын
explanation was crystal clear!!! keep growing, thanks:)
@drcvagos-iu
@drcvagos-iu 8 жыл бұрын
better explanations than anywhere....
@LearningLad
@LearningLad 8 жыл бұрын
+Neddih Lous Thank You :)
@sockpuppet3901
@sockpuppet3901 9 жыл бұрын
Fantastic! You got straight to the point! Thank you so much!
@mattcorby186
@mattcorby186 6 жыл бұрын
So does stringstream just work like a cast? That's what i'm getting out of this
@Suraj6642
@Suraj6642 8 жыл бұрын
please make videos of data structures
@aniruddhashahapurkar9244
@aniruddhashahapurkar9244 4 жыл бұрын
Very nicely explained!!
@LearningLad
@LearningLad 4 жыл бұрын
Thank you 🙂
@gauravbansal1762
@gauravbansal1762 3 жыл бұрын
Helpful video, Thanks!!
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure
@aakarshanraj1176
@aakarshanraj1176 4 жыл бұрын
Thanks for the video, you explained it clearly
@LearningLad
@LearningLad 4 жыл бұрын
You're welcome!
@christiancoder454
@christiancoder454 3 жыл бұрын
Wonderful explanation. Thank you for your help.
@LearningLad
@LearningLad 3 жыл бұрын
You are welcome!
@Jason-ft5xm
@Jason-ft5xm 6 ай бұрын
Sir I got a question, we have std::to_string right? just wondering the difference
@suraj_cricclub3630
@suraj_cricclub3630 3 жыл бұрын
if string input is "14-21-299'' then how to we split it using string stream
@SATYAMKUMAR-sw7dq
@SATYAMKUMAR-sw7dq 3 жыл бұрын
Very nice explanation
@LearningLad
@LearningLad 3 жыл бұрын
thank you :)
@mowafkmha4505
@mowafkmha4505 2 жыл бұрын
thanks bro that was very helpful
@LearningLad
@LearningLad 2 жыл бұрын
Glad it helped
@Vinay_646
@Vinay_646 2 жыл бұрын
@@LearningLad can we do this by type casting ?
@ProGamer-dw1eb
@ProGamer-dw1eb 4 ай бұрын
why cant we using typeconversion directly?
@datle1339
@datle1339 3 жыл бұрын
thank you, very helpful
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure 👍
@omarhafud
@omarhafud 3 жыл бұрын
Very simple and clear explanation! Thanks
@Rockyzach88
@Rockyzach88 3 жыл бұрын
is stringstream considering "cheating"? Like should I be using other ways that don't require being able to basically use dynamic typing with a static typed language?
@katarina6212
@katarina6212 7 жыл бұрын
so basically stringstream is used to easily convert from int to string and backwards, something like atoi? I don't really get is the stringstream data saved as string or as int..
@surajoberai
@surajoberai 6 жыл бұрын
how can we store only half part of string in any integer variable?
@saravana8016
@saravana8016 7 жыл бұрын
Clear Explanation
@LearningLad
@LearningLad 7 жыл бұрын
Thank you :)
@maharun
@maharun 2 жыл бұрын
Thank you very very much brother..
@niteshsingh7674
@niteshsingh7674 7 жыл бұрын
which ide u r using??
@LearningLad
@LearningLad 7 жыл бұрын
i'm using codeblocks ide.
@leizhang3853
@leizhang3853 9 жыл бұрын
why it has to be "sso >sso" and also "sso >> strinput" not "strinput
@LearningLad
@LearningLad 9 жыл бұрын
Lei Zhang is the stream extraction operator. it is used to extract data from a stream. with sso >> input; we are reading data from the stream and storing it in input variable. Hope this helps :)
@goedeck1
@goedeck1 4 жыл бұрын
@@LearningLad Please correct me if I'm wrong, but I think the confusion is that the stream is "outside", so when you input to the stream you output from you; when you output from the stream you are inputting to you.
@chrishemsworth1306
@chrishemsworth1306 3 жыл бұрын
Commenting here, just for demonstration purpose!
@LearningLad
@LearningLad 3 жыл бұрын
Got it 😂
@stocks4Trading
@stocks4Trading 3 жыл бұрын
Thanks Sir
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure :)
@joshuathomas5062
@joshuathomas5062 7 жыл бұрын
So string-stream has an internal function that does automatic conversions from the integer representation of a number to the character representation of a number? does this create any problems when converting between the two?
@goedeck1
@goedeck1 4 жыл бұрын
Yes, I would like to see what happens when the string is like "120d4", or "123xxxx45".
@tejaaravind5271
@tejaaravind5271 9 жыл бұрын
can u tell me the role of istingstream in c++ string s; istringstream ss(s);
@Ijusthaveacamera
@Ijusthaveacamera 8 жыл бұрын
thank your so much, that was very helpful :)
@manavroy7293
@manavroy7293 2 жыл бұрын
Thanks :)
@LearningLad
@LearningLad 2 жыл бұрын
Most welcome
@cesarcalderon2499
@cesarcalderon2499 3 жыл бұрын
output can also be std::cout
@amanahmed6057
@amanahmed6057 3 жыл бұрын
MORAL OF THE STORY
@jorgeherrera1074
@jorgeherrera1074 9 жыл бұрын
So why not just static_cast our integer to a string rather than doing this?
@jorgeherrera1074
@jorgeherrera1074 8 жыл бұрын
***** thank you for letting me know :) no one had answered me this question for so long...
@abutaymiyyahlectures
@abutaymiyyahlectures 2 жыл бұрын
awesome video
@Kilanopi
@Kilanopi 3 жыл бұрын
+1 on the "an indian guy explains stuff" list
@rishavraj3860
@rishavraj3860 5 жыл бұрын
thank you
@LearningLad
@LearningLad 5 жыл бұрын
pleasure :)
@RAMANKUMARGCEBIT
@RAMANKUMARGCEBIT 2 жыл бұрын
very helpful
@alexza004
@alexza004 9 жыл бұрын
THANK YOU SO MUCH!
@LearningLad
@LearningLad 9 жыл бұрын
+Denyse Huezo pleasure man :)
@gauthampracharya9592
@gauthampracharya9592 4 жыл бұрын
@@LearningLad ma'am*
@cavidanbagiri1884
@cavidanbagiri1884 6 жыл бұрын
thank u very much my friend you are the best ))
@LearningLad
@LearningLad 6 жыл бұрын
thank you :)
@sjchat
@sjchat 7 жыл бұрын
only this video helped me out to clear the concept of sstream! thanks a ton! btw, can you tell me the editor used in this video. thanks again in advance; :D
@satvik7474
@satvik7474 7 жыл бұрын
code blocks bro dev cpp is also good
@phaminhduc06
@phaminhduc06 Жыл бұрын
perfect
@LearningLad
@LearningLad Жыл бұрын
Thanks
@der__forschera3589
@der__forschera3589 4 жыл бұрын
Thank you so much for your time, perfect explanation Edit: one subscribe from me
@LearningLad
@LearningLad 4 жыл бұрын
thank you :)
@refuthara6135
@refuthara6135 7 жыл бұрын
In your tutorial, there is no video about read bmp image convert it into gray image... If you upload a video about this topic it will be helpful for me....(thanks a lot)
@rashonmyeed
@rashonmyeed 8 жыл бұрын
thank you so much
@prajwalmanojkumargawai6298
@prajwalmanojkumargawai6298 3 жыл бұрын
ty
@LearningLad
@LearningLad 3 жыл бұрын
most welcome :)
@ЕгорРыбаков-ъ8м
@ЕгорРыбаков-ъ8м 6 жыл бұрын
Thanks a lot)))
@masbro1901
@masbro1901 8 жыл бұрын
don't understand completely. what is the main purpose stringstream ?change int to string ?
@mxd8
@mxd8 8 жыл бұрын
my guess is to understand the difference in the types being utilized
@anshumaan1024
@anshumaan1024 Жыл бұрын
I am also confused like you, I think it simply converts string to integer, vice-versa
@sheunglamchow645
@sheunglamchow645 7 жыл бұрын
useful
@LearningLad
@LearningLad 7 жыл бұрын
Thank you :)
@hamatauhai7985
@hamatauhai7985 3 жыл бұрын
perfect :3
@LearningLad
@LearningLad 3 жыл бұрын
Thanks
@kindintiudaykiran2426
@kindintiudaykiran2426 3 жыл бұрын
Thank u , antha kanna em cheppagalam
@mntahhan
@mntahhan 11 жыл бұрын
thanks
@1mpalo362
@1mpalo362 Жыл бұрын
индийцы как обычно творят чудеса
@LearningLad
@LearningLad Жыл бұрын
Thanks
@nishithbaravkar7549
@nishithbaravkar7549 4 жыл бұрын
hi i am nishith i am doing nothing just here to give him a view
@LearningLad
@LearningLad 4 жыл бұрын
use your time to learn something bro :)
@nishithbaravkar7549
@nishithbaravkar7549 4 жыл бұрын
@@LearningLad hey thanks for concern .....my lil brother jokingly wrote it...but appreciate how much you care about your audience
@LearningLad
@LearningLad 4 жыл бұрын
oh ok keep learning :)
@gokulg2756
@gokulg2756 3 жыл бұрын
Wat is atoi!?
@mixed7991
@mixed7991 4 жыл бұрын
ey, yo, ANIL
@LearningLad
@LearningLad 4 жыл бұрын
whats up :)
@sainimohit23
@sainimohit23 8 жыл бұрын
yug yug jiyo bhai
@LearningLad
@LearningLad 8 жыл бұрын
Thank you :)
@good114
@good114 Жыл бұрын
💗❤️
@bradrunner7329
@bradrunner7329 2 жыл бұрын
Extremely difficult to understand what you're saying. A bit incoherent.
@SuperYtc1
@SuperYtc1 5 жыл бұрын
wice-wersa
@luisfelipevilcapazaflores5599
@luisfelipevilcapazaflores5599 5 жыл бұрын
Gracias causita XD
@LearningLad
@LearningLad 5 жыл бұрын
el gusto es mio :)
@smritigupta1468
@smritigupta1468 6 ай бұрын
what the heck did I just watched?
@gagandeepcheema5379
@gagandeepcheema5379 4 жыл бұрын
yes yes o
@RmoviesTN
@RmoviesTN 2 жыл бұрын
thanks
@LearningLad
@LearningLad 2 жыл бұрын
Welcome
#Define PreProcessor Directive | C++ Video Tutorial
5:15
LearningLad
Рет қаралды 54 М.
How Strings Work in C++ (and how to use them)
19:26
The Cherno
Рет қаралды 476 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 30 МЛН
Learn Any Programming Language In 3 Hours!
22:37
Code With Huw
Рет қаралды 638 М.
C++ Programming Tutorial 59 - Intro to IO Streams
9:41
Caleb Curry
Рет қаралды 60 М.
you will never ask about pointers again after watching this video
8:03
C++ Stream #6:  String Stream
5:10
Bo Qian
Рет қаралды 46 М.
STRUCTS in C++ explained 🏗️
5:01
Bro Code
Рет қаралды 40 М.
Writing Code That Runs FAST on a GPU
15:32
Low Level
Рет қаралды 578 М.
C++ in 100 Seconds
2:46
Fireship
Рет қаралды 2,1 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН