Results 1 to 2 of 2
  1. #1

    Default How to print in C


    hello guys, unsaon diay pag print sa c? kanang padung sa Dot-Matrix nga printer bah....

    unsay library nga i import...

    unsay iya command...


    please write a sample daw....

    kanang " hello wolrd " lang gud... or bisan unsa basta mo print padung sa dot matrix...

    thank you very much.

  2. #2

    Default Re: How to print in C

    in C just use the stdio.h.

    Code:
    FILE * fpPrint;
    fpPrint = fopen( "PRN:"); 
    fprintf(fpPrint, "Hello World");
    fclose(fpPrint);
    ...in c++ just use the streams by associating the filebuf object to your cout...

    good luck

  3.    Advertisement

Similar Threads

 
  1. how to print jtextarea in java
    By jairoh_ in forum Programming
    Replies: 5
    Last Post: 10-05-2012, 11:38 PM
  2. Replies: 6
    Last Post: 06-08-2009, 06:58 PM
  3. how to win in court
    By sirius in forum Humor
    Replies: 19
    Last Post: 03-07-2008, 11:34 PM
  4. how to: print
    By sinus_ in forum Websites & Multimedia
    Replies: 11
    Last Post: 06-10-2005, 10:42 AM
  5. How to print the Phonebook of Nokia 6630 / 7610?
    By agent_xxx in forum Gizmos & Gadgets (Old)
    Replies: 3
    Last Post: 05-09-2005, 01:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top