What is "strstream" ?
Answer / sv
strstream is the class that specializes iostream to use a
strstreambuf for input and output with arrays of characters
in memory.
The class strstream provides functionality to read and
write to an array in memory. It uses a private strstreambuf
object to control the associated array. It inherits from
basic iostream and therefore can use all the formatted and
unformatted output and input functions.
| Is This Answer Correct ? | 3 Yes | 0 No |
Do you know what are pure virtual functions?
What is runtime polymorphism in c++?
How do you allocate and deallocate memory in C++?
How to defines the function in c++?
What are associate containers?
Write a c program for binary addition of two 8 bit numbers.
Explain the uses of static class data?
How to create a reference variable in C++
Difference between overloading vs. Overriding
why v use c++ even we have microprocessor
What is overloading unary operator?
How many types of comments are there in c++?