CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Guest

    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!!


  2. #2
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: Teacher needs Printer help

    Have you tried fopen("LPT1", "w") ???

    Sally


  3. #3
    Join Date
    May 1999
    Posts
    78

    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
  •  





Click Here to Expand Forum to Full Width

Featured