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 |
How did c++ start?
How do you flush a buffer in c++?
What are maps in c++?
Which software is best for coding?
They will ask u question about single linked list?. Write Code for to insert delete node.
How can you specify a class in C++?
What are the vectors in c++?
Explain the difference between overloading and overriding?
What is singleton class in c++?
Explain friend class?
Tell me an example where stacks are useful?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?