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:
Printable View
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:
Look at cout. It's what you want.
PRINT - is that QBasic?
No, you must have misunderstood me. Print as in using the printer! ;)
Ah.
Hmmm...
I think you can open the virtual file called "prn:" and write to that, windows should send it to the default printer.