|
-
May 22nd, 1999, 05:38 PM
#1
Teacher needs Printer help
I am a high school teacher and want my students to start learning C++ via the Win 32 Console Application (to do nonvisual C++) from Microsoft Visual C++ 5.0. No matter WHAT I do, I can not get the output to go to the printer instead of the screen. I tried versions of PRN and fprintf but no luck. PLEASE HELP!!
-
May 23rd, 1999, 04:08 AM
#2
Re: Teacher needs Printer help
Have you tried fopen("LPT1", "w") ???
Sally
-
May 23rd, 1999, 08:29 PM
#3
Re: Teacher needs Printer help
I will be glad to take alook at the source code and advise accordingly if you Sally's suggestion was still not effective.
in that case please email me the source.
Regards,
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
|