Can i create 'cout' objects

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
You could, but why would you want to?
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....
Topic archived. No new replies allowed.