Hey helper i want to get mouse position in trubo c++ console i found the code on net but it has a problem that i cant include windows.h header file in my program can u help me how i include windows.h file in my program i should be very thank full to you
I remember I answered someone with that windows.h code few days ago. Unfortunately windows.h can't be used with Turbo C++. You will have to use the method explained in the following article to workout mouse with Turbo C. http://www.expertcore.org/viewtopic.php?f=8&t=1168 Hope that helps!