AtoZ said:
1. I've never done any drop and drag in anything.
2. outsid3r I see why you got a whole 1 star.
--
I'm not looking for GUI
I'm looking for a book that at least goes into, how to get Keyboard Events, how to return a vector for the mouse position, how to detect mouse clicks, how to display a jpeg that kind of thing.
With the book not going into any of that, and no user input beyond cin, I don't see how it's going to get me writing an application.
1. Now i see why you are idiot
2. Why? because most of books teach programming logic, data structures and project organization. Keyboard events, mouse clicks, jpegs, or whatever, is pure reference obviously. You need to know what function does that, check on OS API reference, and in case of jpegs or any other kind of files, you need to check the file reference, check on file header, it's structure, etc. Still, pure reference.