Write a c
program to display mouse pointer
#include
#include
void main()
{
union REGS i,o;
i.x.ax=1;
int86(0x33,&i,&o);
getch();
}
Explanation: To write such program you must have one interrupt table. Following table is only small part of interrupt table.
To see complete interrupt table click here
This table consists for column. They are:
(1)
No comments:
Post a Comment