show mouse pointer(c programming in Turbo c++)

 #include<conio.h>

#include<dos.h>

#include<graphics.h>

void main ()

{

            int gd=DETECT,gm;

           union REGS in,out;

            clrscr();

            in.x.ax=1;

            int86(ox33,&in,&out);

            getch();

}     

Comments

Popular posts from this blog

uses of struct wordregs(ax,bx,cx,dx)(c programming in Turbo c++.

Uses of header file