Not until you tell us what your compiler and OS are. Standard C++ doesn't know jack about a mouse or click options.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
Tutbo C++ 3 is very old compiler. You should move to modern ANSI compilers ( not if your teacher asks you to use it :), no other choice left).
Well to use mouse in Turbo C++ 3 you will use dos.h. I got a link from google try it.
http://www.writeka.com/emage/mouse_events.html
Since Turbo C++ 3 is for DOS, you won't be able to use Windows API, which is of course preferred to track mouse events(in case of windows system).
vishesh
Nearly a Posting Virtuoso
1,381 posts since Oct 2006
Reputation Points: 85
Solved Threads: 42