Hello. I've been looking on Google for a while and haven't found much. Can anyone point me to a reference on how to use C/C++ to move and click the mouse. Eventually I'll also want it "press" keys on the keyboard as well, so if that's included, that would be great.
May I remind the two responders that this is a UNIX/Linux forum. Win32 stuff doesn't apply.
There is no simple answer, and the answer will depend more directly on what exactly you are trying to do.
The most basic way would be to generate X events that correspond to mouse and keyboard stuff. You would have to know what window to send the events to, though.