This is the best video explanation I could find over entire youtube.
@LearningLad5 жыл бұрын
thank you :)
@stephanewamba96107 жыл бұрын
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!
@LearningLad7 жыл бұрын
ok. thank you for pointing out :)
@bovery2311 жыл бұрын
finally, someone who explains stringstream properly
@star-oq9bd3 жыл бұрын
That was such a simple and quick explanation. They made it seem more complicated in my lecture notes lol. Thanks!!
@LearningLad3 жыл бұрын
Glad it was helpful!
@MinhLe-xk5rm8 жыл бұрын
Wow this was very helpful. Better than the slide in my CS class. Thanks a lot!
@LearningLad8 жыл бұрын
welcome :)
@leetcoder11592 жыл бұрын
@Minh Le i hope you are graduated now
@RahulSharma-jm9ir Жыл бұрын
lol@@leetcoder1159
@ujjwalkapil093 жыл бұрын
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❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
@LearningLad3 жыл бұрын
You are most welcome
@abhijeetsharma57156 жыл бұрын
You can simply use to_string() and stoi() for the same purpose. :)
@Deepak-hv8uh2 жыл бұрын
The most elegant and perfect explanation 👌
@LearningLad2 жыл бұрын
Thank you! 😃
@krishparmar79173 жыл бұрын
Amazing explanation 🔥🔥
@LearningLad3 жыл бұрын
thank you :)
@ButterDJar2 жыл бұрын
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
@LearningLad2 жыл бұрын
You are welcome!
@chaithanyareddy58552 жыл бұрын
@@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
@justinx64982 жыл бұрын
@@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.
@hoanganhtranhuy62844 жыл бұрын
indian tutorial allways the best, i love it
@LearningLad4 жыл бұрын
Thank you :)
@hoanganhtranhuy62844 жыл бұрын
@@LearningLad your tutorial really really cool :))
@chiraggupta26454 жыл бұрын
Great video, first person I see who explains this part well without an monotonous voice.
@tushardiodelec9 жыл бұрын
short and simple. absolutely loved it. thank you .
@LearningLad9 жыл бұрын
+tushar waman pleasure :)
@sivasarath10639 жыл бұрын
indian bucky
@LearningLad9 жыл бұрын
+siva sarath ha ha :)
@kudoamv7 жыл бұрын
If he could make tutorials on advanced C++ and not such basic concepts then he can surpass bucky ! - peace (kzbin.info/www/bejne/lYu8oIKMnN1md9k)
@neomillmarcreas65356 жыл бұрын
Bucky is awesome
@xr.spedtech11 ай бұрын
🤣🤣🤣
@jacobcline68925 жыл бұрын
Very clear and to the point. Good work, much appreciated!
@amairanas86313 жыл бұрын
explanation was crystal clear!!! keep growing, thanks:)
@drcvagos-iu8 жыл бұрын
better explanations than anywhere....
@LearningLad8 жыл бұрын
+Neddih Lous Thank You :)
@sockpuppet39019 жыл бұрын
Fantastic! You got straight to the point! Thank you so much!
@mattcorby1866 жыл бұрын
So does stringstream just work like a cast? That's what i'm getting out of this
@Suraj66428 жыл бұрын
please make videos of data structures
@aniruddhashahapurkar92444 жыл бұрын
Very nicely explained!!
@LearningLad4 жыл бұрын
Thank you 🙂
@gauravbansal17623 жыл бұрын
Helpful video, Thanks!!
@LearningLad3 жыл бұрын
Pleasure
@aakarshanraj11764 жыл бұрын
Thanks for the video, you explained it clearly
@LearningLad4 жыл бұрын
You're welcome!
@christiancoder4543 жыл бұрын
Wonderful explanation. Thank you for your help.
@LearningLad3 жыл бұрын
You are welcome!
@Jason-ft5xm6 ай бұрын
Sir I got a question, we have std::to_string right? just wondering the difference
@suraj_cricclub36303 жыл бұрын
if string input is "14-21-299'' then how to we split it using string stream
@SATYAMKUMAR-sw7dq3 жыл бұрын
Very nice explanation
@LearningLad3 жыл бұрын
thank you :)
@mowafkmha45052 жыл бұрын
thanks bro that was very helpful
@LearningLad2 жыл бұрын
Glad it helped
@Vinay_6462 жыл бұрын
@@LearningLad can we do this by type casting ?
@ProGamer-dw1eb4 ай бұрын
why cant we using typeconversion directly?
@datle13393 жыл бұрын
thank you, very helpful
@LearningLad3 жыл бұрын
Pleasure 👍
@omarhafud3 жыл бұрын
Very simple and clear explanation! Thanks
@Rockyzach883 жыл бұрын
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?
@katarina62127 жыл бұрын
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..
@surajoberai6 жыл бұрын
how can we store only half part of string in any integer variable?
@saravana80167 жыл бұрын
Clear Explanation
@LearningLad7 жыл бұрын
Thank you :)
@maharun2 жыл бұрын
Thank you very very much brother..
@niteshsingh76747 жыл бұрын
which ide u r using??
@LearningLad7 жыл бұрын
i'm using codeblocks ide.
@leizhang38539 жыл бұрын
why it has to be "sso >sso" and also "sso >> strinput" not "strinput
@LearningLad9 жыл бұрын
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 :)
@goedeck14 жыл бұрын
@@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.
@chrishemsworth13063 жыл бұрын
Commenting here, just for demonstration purpose!
@LearningLad3 жыл бұрын
Got it 😂
@stocks4Trading3 жыл бұрын
Thanks Sir
@LearningLad3 жыл бұрын
Pleasure :)
@joshuathomas50627 жыл бұрын
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?
@goedeck14 жыл бұрын
Yes, I would like to see what happens when the string is like "120d4", or "123xxxx45".
@tejaaravind52719 жыл бұрын
can u tell me the role of istingstream in c++ string s; istringstream ss(s);
@Ijusthaveacamera8 жыл бұрын
thank your so much, that was very helpful :)
@manavroy72932 жыл бұрын
Thanks :)
@LearningLad2 жыл бұрын
Most welcome
@cesarcalderon24993 жыл бұрын
output can also be std::cout
@amanahmed60573 жыл бұрын
MORAL OF THE STORY
@jorgeherrera10749 жыл бұрын
So why not just static_cast our integer to a string rather than doing this?
@jorgeherrera10748 жыл бұрын
***** thank you for letting me know :) no one had answered me this question for so long...
@abutaymiyyahlectures2 жыл бұрын
awesome video
@Kilanopi3 жыл бұрын
+1 on the "an indian guy explains stuff" list
@rishavraj38605 жыл бұрын
thank you
@LearningLad5 жыл бұрын
pleasure :)
@RAMANKUMARGCEBIT2 жыл бұрын
very helpful
@alexza0049 жыл бұрын
THANK YOU SO MUCH!
@LearningLad9 жыл бұрын
+Denyse Huezo pleasure man :)
@gauthampracharya95924 жыл бұрын
@@LearningLad ma'am*
@cavidanbagiri18846 жыл бұрын
thank u very much my friend you are the best ))
@LearningLad6 жыл бұрын
thank you :)
@sjchat7 жыл бұрын
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
@satvik74747 жыл бұрын
code blocks bro dev cpp is also good
@phaminhduc06 Жыл бұрын
perfect
@LearningLad Жыл бұрын
Thanks
@der__forschera35894 жыл бұрын
Thank you so much for your time, perfect explanation Edit: one subscribe from me
@LearningLad4 жыл бұрын
thank you :)
@refuthara61357 жыл бұрын
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)
@rashonmyeed8 жыл бұрын
thank you so much
@prajwalmanojkumargawai62983 жыл бұрын
ty
@LearningLad3 жыл бұрын
most welcome :)
@ЕгорРыбаков-ъ8м6 жыл бұрын
Thanks a lot)))
@masbro19018 жыл бұрын
don't understand completely. what is the main purpose stringstream ?change int to string ?
@mxd88 жыл бұрын
my guess is to understand the difference in the types being utilized
@anshumaan1024 Жыл бұрын
I am also confused like you, I think it simply converts string to integer, vice-versa
@sheunglamchow6457 жыл бұрын
useful
@LearningLad7 жыл бұрын
Thank you :)
@hamatauhai79853 жыл бұрын
perfect :3
@LearningLad3 жыл бұрын
Thanks
@kindintiudaykiran24263 жыл бұрын
Thank u , antha kanna em cheppagalam
@mntahhan11 жыл бұрын
thanks
@1mpalo362 Жыл бұрын
индийцы как обычно творят чудеса
@LearningLad Жыл бұрын
Thanks
@nishithbaravkar75494 жыл бұрын
hi i am nishith i am doing nothing just here to give him a view
@LearningLad4 жыл бұрын
use your time to learn something bro :)
@nishithbaravkar75494 жыл бұрын
@@LearningLad hey thanks for concern .....my lil brother jokingly wrote it...but appreciate how much you care about your audience
@LearningLad4 жыл бұрын
oh ok keep learning :)
@gokulg27563 жыл бұрын
Wat is atoi!?
@mixed79914 жыл бұрын
ey, yo, ANIL
@LearningLad4 жыл бұрын
whats up :)
@sainimohit238 жыл бұрын
yug yug jiyo bhai
@LearningLad8 жыл бұрын
Thank you :)
@good114 Жыл бұрын
💗❤️
@bradrunner73292 жыл бұрын
Extremely difficult to understand what you're saying. A bit incoherent.