Summary
Full Transcript
►Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ►Find full courses on: https://courses.mshah.io/ ►Join as Member to Support the channel: https://www.youtube.com/channel/UCA64pZbN5Mz5NxC3SO4qpDg/join ►Lesson Description: In this lesson we continue working with stream-based I/O, this time working with 'stringstream' which is a convenient way to work with individual 'lines' of characters. At the end of the day, this should put together all of the stream-based IO functions that we have talked about, as we can see the underlying storage. We'll look at a few 'gotcha' cases as far as what happens if we extract characters and then try to write again. In the end, I recommend you just clear the stringstream anyway. Finally, I'll show a demo of loading a file and parsing each individual chunk, and you can take it further using other things you have otherwise learned in this series! As always, feel free to bring up any questions and discuss what you've learned! ►YouTube Channel: https://www.youtube.com/c/MikeShah ►Please like and subscribe to help the channel! ►Join our free community: https://courses.mshah.io/communities/Q29tbXVuaXR5LTI3MzAz
