How can I make mouse interaction with c environment in windows platform?
+4
A:
Just ANSI C does not have the ability to do GUI applications. You need to use GUI libraries to perform mouse interactions.
Libraries such as Windows API, XWindows (there are tons more, these are the "core" basic libraries) are what you need.
What platform are you developing on?
Starkey
2010-08-23 16:24:45
I am using Windows XP.
Vibhakar SInha
2010-08-23 16:31:25
+1 for the effort
klez
2010-08-23 16:35:15
why my question is invalid, I have search so many internet site but I have not find any appropriate explanation. I have more work for this. so please help me out from this problem. otherwise provide me explanation at stackoverflow.
Vibhakar SInha
2010-08-23 16:44:39
@Vibhakar - The reason your question was marked as invalid is that you are asking quite a large question. Writing a GUI program isn't a couple lines of C code. Look at this website for some pointers on how to get started: http://en.wikibooks.org/wiki/Windows_Programming
Starkey
2010-08-23 18:29:49
thank you starkey
Vibhakar SInha
2010-08-23 22:30:16