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 |
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
Can we inherit constructor in c++?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What are abstract data types in c++?
Write about the retrieval of n number of objects during the process of delete[]p?
Do you know about C++ 11 standard?
0 Answers Agilent, ZS Associates,
Profiler in projects?
What is an object in c++?
What is size of empty class object
What is the difference between static link library and dynamic link library?
What are the new features that iso/ansi c++ has added to original c++ specifications?
How to change constant values?