I need help writing the code for this. I was thinking along the lines on how a binary search works, but instead of looking for a value you look for a location and insert the integer there and maintain the sorted order.
This is my algorithm:
Description: inserts x into the list and maintains...
I am making a screenshot program that uses APIs. So far, i've used BitBlt to get a picture of the desktop, and of any form in the project, but no others. I want to know how to get the hDC of another window, (or the hwnd of another window) outside the project, so that I can take a picture of it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.