Search:

Type: Posts; User: noraa

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    994

    Fordy, Thanks. Worked OK.

    Fordy,

    Thanks. Worked OK.
  2. Replies
    2
    Views
    994

    Converting fprint to cout

    Checked the FAQ for a solution - no help.

    I'm using MS visual C++ 6.0. Teaching myself C++.
    Tried to convert a C program. Ran into a problem with a
    printf statement. Can't convert it to a...
  3. Replies
    5
    Views
    9,677

    Correcting the Printer delay

    After much experimenting to fix the very long Printer delay, I
    included: fprintf(prnt, "\f"); before the fclose(prnt); statement.

    The Printer output now occurs without delay.....

    All Smiles...
  4. Replies
    5
    Views
    9,677

    Works in Windows too...

    I just discovered that after I compiled the test printer program and clicked on RUN, the printer activated in <Windows>. I did not
    have to go to the <MS DOS> prompt.....

    So, it appears that...
  5. Replies
    5
    Views
    9,677

    Success - Output to Printer

    After much experimenting (I am a novice), I found a way to send the results of a FileName.exe to a printer.

    I'm using Borland C++ 4.0 and WIN98. I tried to duplicate the
    printer routine using...
  6. Replies
    2
    Views
    5,425

    REVISED: "Output to a Printer"

    This program listing from the book "C By Example" (QUE pub. 1993) page 538, "Writing to a Printer" does not work for me.

    I'm using WIN98 and Borland TURBO C++ 3.1 and
    Borland C++4.0. The...
Results 1 to 6 of 6