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
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.