What is the use of header file #include <sstream> in C++ | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
0
You can manipulate strings with it. http://www.cplusplus.com/reference/sstream/
6th Jul 2018, 10:53 AM
Disvolviĝo;
Disvolviĝo; - avatar