Thursday, January 15, 2015

Mouse- initialization

/*This is program to Initialise Mouse and display its cursor. */

#include<stdio.h>
#include<dos.h>
void main()
{
union REGS i,o;
i.x.ax=1;
int86(0x33,&i,&o);
getch();

}
Please LIKE & SHARE US if helpful!

Share

& Comment

0 comments:

Post a Comment

 

Copyright © 2015 Code Fervor™ is a registered trademark.

Designed by Templateism By Naman Kumar