Search:

Type: Posts; User: Ronaldson

Search: Search took 0.01 seconds.

  1. Thread: Bitmaps

    by Ronaldson
    Replies
    3
    Views
    833

    Thanx but a problem

    #include <dos.h>
    #include <stdio.h>
    #include <string.h>
    #include <conio.h>

    char far *Screen;

    //Sets the display to VGA 320x200x256
    void VGAScreen (){
    union REGS r;
  2. Thread: Bitmaps

    by Ronaldson
    Replies
    3
    Views
    833

    Bitmaps

    Hello this is Ronald

    I use Borland c++ 3.1

    I would like to know how to display images in DOS
Results 1 to 2 of 2