Search:

Type: Posts; User: bluexrogue

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,011

    how to make 2 text window

    I already know to make 1 simple text window... this is the code:

    #include "stdio.h"
    #include <conio.h>
    main (void)
    {
    int i;
    clrscr();
    window (10, 10, 80, 25);
    textcolor(BLUE);
  2. Replies
    1
    Views
    1,746

    Help about fopen,fscanf,fprintf

    The book doesn't explain well about fopen, fscanf, and fprintf and now I'm more confused... can somebody give me some URL of C not C++ reference that explains well about this functions and that has...
  3. Replies
    3
    Views
    1,512

    Try using Long Interger ... It might work. (%ld)...

    Try using Long Interger ... It might work. (%ld)
    or use float but gives u decimal numbers. (%f) or (%.2f) to give u like 40292.23 instead of 233443.23233
  4. Replies
    2
    Views
    1,262

    Read dos.h in the help or index... Maybe it might...

    Read dos.h in the help or index... Maybe it might help u.

    blueXrogue
Results 1 to 4 of 4