Connecting Tech Pros Worldwide Help | Site Map

mouse in c++ graphics mode

kiran1785
Guest
 
Posts: n/a
#1: Apr 30 '06
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?

Victor Bazarov
Guest
 
Posts: n/a
#2: Apr 30 '06

re: mouse in c++ graphics mode


kiran1785 wrote:[color=blue]
> 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?[/color]

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
--
Please remove capital As from my address when replying by mail


Phlip
Guest
 
Posts: n/a
#3: Apr 30 '06

re: mouse in c++ graphics mode


kiran1785 wrote:
[color=blue]
> hi.. i want to use the mouse interface in the c++ graphics mode. how do i
> do this?[/color]

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.
[color=blue]
> is there any way to do this without using assembly programming?[/color]

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

--
Phlip
http://c2.com/cgi/wiki?ZeekLand <-- NOT a blog!!!


Jim Langston
Guest
 
Posts: n/a
#4: May 1 '06

re: mouse in c++ graphics mode


"kiran1785" <kiran.kiranp@gmail.com> wrote in message
news:5b13ccfb6574e5323fa37dfad22cad8a@localhost.ta lkaboutprogramming.com...[color=blue]
> 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?[/color]

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.


Closed Thread