Link to home
Start Free TrialLog in
Avatar of nitin_kumars
nitin_kumars

asked on

Using Mouse in c++

how can i use a mouse in a c++ program. i'm using
turbo c++ 3.00.
Avatar of WxW
WxW

If you use it under DOS , you should learn about the Int 33h stuff . I have the docs written so I cannot send them , but I am sure you will find relative docs in the net .

If it is a windows program ,the Win Api messages like WM_MOUSEMOVE etc will help
If you use it under DOS , you should learn about the Int 33h stuff . I have the docs written so I cannot send them , but I am sure you will find relative docs in the net .

If it is a windows program ,the Win Api messages like WM_MOUSEMOVE etc will help
Avatar of nitin_kumars

ASKER

ya i use it under dos ..but i'll really appericiate if you provide with bit more help ie where can i find imformation on it?
ASKER CERTIFIED SOLUTION
Avatar of BeastRex
BeastRex

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
oops, semi-colon, I mean. After the asm { } brackets.
:)
The source code mou105.zip is Turbo C compatible, so, you'll have no problems with
syntax.  :)
have fun!