hi i'm new for c++, i tried to work with mouse pointer on my run window but i dont know how to make interrupt to do it.
thanks

hi i'm new for c++, i tried to work with mouse pointer on my run window but i dont know how to make interrupt to do it.
thanks

Standard C++ does not allow you to work with the mouse (or interrupts). The techniques are operating system and compiler/library dependent (assuming your system has a mouse: not all do). You will need to read the documentation for your system and compiler/library to work out what you need to do.

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.