printout using c language

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • selvasscript
    New Member
    • Jan 2008
    • 1

    printout using c language

    i want to take printout using c language . how to connect the printer using c codes..(i.e) how to connect printer using printer interface
  • ashitpro
    Recognized Expert Contributor
    • Aug 2007
    • 542

    #2
    Try this one..
    fprintf(stdprn, "a line of text\n");

    Comment

    Working...