I was wondering if it is possible to move the mouse in C++. Like get the coordinates and move the cursor. Maybe it's not possible but it would be cool.
thx

Recommended Answers

All 5 Replies

>I was wondering if it is possible to move the mouse in C++.
Not in pure, standard C++.

>Like get the coordinates and move the cursor.
You'll need to use an API to do that, so what platform are you trying to write this for?

Well im using XP Media Center, and Dev-C++

ovcourse its posible c++ is a really flexible programing language it can practially do anything you can think of etc....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.