What is #include sstream?
Answer / Schin Kumar Singhal
#include <sstream> is a preprocessor command in C++ to include the stringstream library, which provides an in-memory buffer that can be read from or written to as if it were an I/O stream.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a c program for binary addition of two 8 bit numbers.
What are the advantages of inheritance in c++?
Can constructor be static in c++?
What is virtual destructor? What is its use?
what is Member Functions in Classes?
How are the features of c++ different from c?
What is a node class?
What is singleton pattern in c++?
What happens when the extern "c" char func (char*,waste) executes?
Can I make ios apps with c++?
What are activex and ole?
what are the types of Member Functions?