Thread: printing

  1. #1
    Registered User
    Join Date
    Aug 2003
    Posts
    5

    Lightbulb printing

    hi there..... I gotta a file that need to print out the content. What would I need 2 do to print it out (paper form)? Do I need to use those fread with FILE *fPtr thingy?

  2. #2
    Registered User
    Join Date
    Aug 2003
    Posts
    5
    Ok thanks for the link. And I managed to find some related stuff... But I wonder if the code can be if I run in command prompt under winXP? And is there a way to print thru a USB printer?

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    >>And is there a way to print thru a USB printer?
    Research your compiler/OSs system calls for that type of thing. You cannot do it with standard C.
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C# Printing Problem
    By silverlight001 in forum C# Programming
    Replies: 0
    Last Post: 03-23-2009, 01:13 AM
  2. generic printing preferences dialog box
    By stanlvw in forum Windows Programming
    Replies: 8
    Last Post: 06-27-2008, 02:20 AM
  3. printing data to a file
    By coralreef in forum C Programming
    Replies: 3
    Last Post: 11-02-2006, 08:10 PM
  4. need help relating printing?
    By omarlodhi in forum Linux Programming
    Replies: 0
    Last Post: 03-03-2006, 04:46 AM
  5. Printing
    By Dual-Catfish in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 05-25-2002, 08:10 PM