PDA

Click to See Complete Forum and Search --> : Dev C++ Console - Printing?[resolved]


Inno
Jan 9th, 2003, 03:43 PM
Hi,

Ive searched the forum for PRINT, but the results I looked in have to do with print as in display :rolleyes:

So, In my Console App, I need to print the Dos screen that is running. Any help? Im quite new to C++ :confused:

CornedBee
Jan 9th, 2003, 04:34 PM
Look at cout. It's what you want.

PRINT - is that QBasic?

Inno
Jan 9th, 2003, 04:38 PM
No, you must have misunderstood me. Print as in using the printer! ;)

CornedBee
Jan 11th, 2003, 07:45 AM
Ah.

Hmmm...

I think you can open the virtual file called "prn:" and write to that, windows should send it to the default printer.