What is "strstream" ?

Showing Answers 1 - 3 of 3 Answers

dasam

  • Apr 12th, 2007
 

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions