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
1 Antwort
0
You can manipulate strings with it.
http://www.cplusplus.com/reference/sstream/
I know its a string stream but what is the use of it? Can we use it to validate input? Thanks