At present, Dev-C++ directs output to a MSDos window. What is the protocol for directing output to a physical printer?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2007-08-28
Because most modern printers are page based graphical devices rather than line printers, it is not always that easy - the printer expects a 'page description' rather than just lines of plain text.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
At present, Dev-C++ directs output to a MSDos window. What is the protocol for directing output to a physical printer?
Because most modern printers are page based graphical devices rather than line printers, it is not always that easy - the printer expects a 'page description' rather than just lines of plain text.
Clifford