Hello!
Just wondering if possible to use the printer as an outputstream (ostream) similar to files and cout.

So you can do stuff like:
Printer<<"Printing text, and the number "<<5<<endl;

(Then i guess something like Printer.close())

I have converted from VBasic ages ago, and was used to treating the printer as a file or textbox.

Also, if you can't do this, how do you access the printer?

Thanks