What is "strstream" ?



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

Post New Answer

More C++ General Interview Questions

Explain the difference between c & c++?

0 Answers  


Why is c++ difficult?

0 Answers  


What is a syntax in c++?

0 Answers  


What is data binding in c++?

0 Answers  


What is the difference between the functions memmove() and memcpy()?

0 Answers  






Is c++ still being used?

0 Answers  


why v use c++ even we have microprocessor

2 Answers   CybAge,


What do you understand by pure virtual function? Write about its use?

0 Answers  


Can inline functions have a recursion? Give the reason?

3 Answers  


What is the size of a vector?

0 Answers  


What is "mutable" keyword?

2 Answers   Infosys, Teradata,


Write a program using display() function which takes two arguments.

0 Answers  


Categories