Can i create 'cout' objects

May 31, 2011 at 6:53am
I'd like to create cout (ostream) objects
(in example, cout1, cout2,... even a vector of 'couts' )
But I cant, compiler ask me some parameters....
I dont understand what I have to write...
Thanks
May 31, 2011 at 8:12am
You could, but why would you want to?
May 31, 2011 at 8:25am
I want to have my own input and output streams objects but NOT to send data to the screen but to work in memory
(this is the actual questions I have send to the forum)
I want to have an easy method to << and >> and write and get data in memory....
Can you help me ?
Now I only have found references to work with files....
May 31, 2011 at 9:50am
Topic archived. No new replies allowed.