print the real-time location of mouse pointr(x,y), while moving mouse over console beside the cursor if I'm using TURBO C++...!? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

print the real-time location of mouse pointr(x,y), while moving mouse over console beside the cursor if I'm using TURBO C++...!?

on Windows platform, or just let me know how can i enable mouse pointer on the output console of TURBO C++, and use its location on to decide my output thnks in advance

9th Feb 2018, 4:42 AM
AnonySharma
AnonySharma - avatar
1 Answer
+ 2
Never use Turbo C++. It is an incredibly outdated compiler that isn’t even in the 21st century. It won’t generate proper machine code for most modern operating systems and doesn’t even have the string class. It is so outdated that it’s include syntax is actually different. With modern C++, you do not include iostream.h for input and output, you include iostream.
15th Feb 2018, 1:45 AM
Jacob Pembleton
Jacob Pembleton - avatar