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 |
Is c better than c++?
How would you find out if a linked-list is a cycle or not?
Find the second maximum in an array?
Which programming language's unsatisfactory performance led to the discovery of c++?
Is c++ low level?
How do I start a c++ project?
What is function overloading in C++?
What is meant by a delegate?
What are the methods of exporting a function from a dll?
What is the difference between global variables and static varables?
What is the keyword auto for?
Can I learn c++ without knowing c?