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

What is OOPs

12 Answers   CA,


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

0 Answers  


What are the rules for naming an identifier?

0 Answers  


Differentiate between C and C++.

0 Answers   Wipro,


what is meaning of isa and hsa

1 Answers  






What is Destructor in C++?

0 Answers  


What is a linked list in c++?

0 Answers  


What is the most useful programming language?

0 Answers  


Why do we use structure in c++?

0 Answers  


What is iomanip c++?

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Why is c++ so fast?

0 Answers  


Categories