mouse in c++ graphics mode

K

kiran1785

hi.. i want to use the mouse interface in the c++ graphics mode. how do i
do this? is there any way to do this without using assembly programming?
 
V

Victor Bazarov

kiran1785 said:
hi.. i want to use the mouse interface in the c++ graphics mode. how
do i do this? is there any way to do this without using assembly
programming?

Yes, I am certain there is. However, C++ has no means related to what
you want; you need to ask in the newsgroup that deals with your OS.
All hardware control (and mouse interface falls under that category)
exists at the OS level.

V
 
P

Phlip

kiran1785 said:
hi.. i want to use the mouse interface in the c++ graphics mode. how do i
do this?

You will get the best answer on a newsgroup that covers GUIs on your
platform. Use Google to find it. This newsgroup is only qualified to discuss
the raw C++ language itself.
is there any way to do this without using assembly programming?

You can do any such simple task in a higher level language these days.
 
J

Jim Langston

kiran1785 said:
hi.. i want to use the mouse interface in the c++ graphics mode. how do i
do this? is there any way to do this without using assembly programming?

Yes, there is definately a way. No, you won't find the answer here. Try a
newsgroup appropriate for your OS, such as microsoft.public.vc.language if
you're using windows, or simply google.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top