What is "strstream”?

Questions by suji   answers by suji

Showing Answers 1 - 4 of 4 Answers

test

  • Nov 1st, 2005
 

Class that reads and writes to an array in memory

  Was this answer useful?  Yes

vijayan

  • Aug 13th, 2007
 

strstream is the class that specializes iostream to use a strstreambuf for input and output with arrays of characters in memory. You can create an strstream object by associating the object with a previously allocated array of characters. You can then write output to it, read input from it, and apply other operations to it just as you would to another type of stream.

  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