Re: get mouse position in win32
- Posted by jiri babor <jbabor at PARADISE.NET.NZ> Nov 14, 1998
- 1305 views
David, I do not want to be drawn into the silly argument, which library is easier to use (btw it would be more revealing to compare the speed, responsiveness as well as transparency of similar programs written for various platforms, but that is a vastly different and much more difficult topic), I just want to know why you stubbornly and wastefully use the despised compare() function even when both arguments are integers? In your last example every occurrence of compare could be replaced by a simple equal or not equal (= or !=) test. Why not? jiri