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!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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