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 |
Why do we need c++?
Are there any new intrinsic (built-in) data types?
Explain data encapsulation?
Can we generate a C++ source code from the binary file?
List the features of oops in c++?
What is atoi?
How do we implement inheritance in c++?
Can we run c program in turbo c++?
Can we define function inside main in c++?
Does dev c++ support c++ 11?
what is data abstraction in C++?
Differentiate between a copy constructor and an overloaded assignment operator.