What is the use of header file #include <sstream> in C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the use of header file #include <sstream> in C++

I know its a string stream but what is the use of it? Can we use it to validate input? Thanks

6th Jul 2018, 10:30 AM
Deep Patel
Deep Patel - avatar
1 Answer
0
You can manipulate strings with it. http://www.cplusplus.com/reference/sstream/
6th Jul 2018, 10:53 AM
Disvolviĝo;
Disvolviĝo; - avatar