|
-
Jan 9th, 2003, 04:43 PM
#1
Thread Starter
Lively Member
Dev C++ Console - Printing?[resolved]
Hi,
Ive searched the forum for PRINT, but the results I looked in have to do with print as in display
So, In my Console App, I need to print the Dos screen that is running. Any help? Im quite new to C++
Last edited by Inno; Jan 11th, 2003 at 01:13 PM.
-
Jan 9th, 2003, 05:34 PM
#2
Look at cout. It's what you want.
PRINT - is that QBasic?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 9th, 2003, 05:38 PM
#3
Thread Starter
Lively Member
No, you must have misunderstood me. Print as in using the printer!
-
Jan 11th, 2003, 08:45 AM
#4
Ah.
Hmmm...
I think you can open the virtual file called "prn:" and write to that, windows should send it to the default printer.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|