Free users please don't remove our link. Get the code again.
C - PLUS - PLUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Restrict mouse pointer in Circle.

Posted by Tayyab

This program restricts mouse pointer in a circle i.e you can't move mouse out of a circle....

read more

Restrict mouse pointer in rectangle.

Posted by Tayyab

This program restricts mouse pointer in a rectangle. When this program is executed the mouse pointer is...

read more

Determine which mouse button is clicked.

Posted by Tayyab

This program print which mouse button is clicked whether left or right, coordinates of the point where...

read more

Current position of mouse pointer.

Posted by Tayyab

This program prints the x and y coordinates of current position of mouse pointer i.e. wherever you...

read more

Hide mouse pointer.

Posted by Tayyab

This program hides mouse pointer. We require to hide mouse pointer when we want to draw something...

read more

Display mouse pointer in graphics mode.

Posted by Tayyab

This program displays mouse pointer in graphics mode. First graphics mode is initialized and then mouse using...

read more

Display mouse pointer in textmode.

Posted by Tayyab

* Program to display mouse-pointer in text-mode */ #include<dos.h> #include<conio.h>   int initmouse(); void showmouseptr();   union...

read more