Win32 books..tutorials...ANYTHING!
Dangit, i can''t find a single detailed tutorial set or book for win32, any suggestions anyone?
Yes I already use winprog.org....a bit lacking I must say. Unless that really is all there is too it. I mean, I would really like something at least a bit more detailed.
"Programming Windows" by Charles Petzhold. I received a copy in the post recently after reading several recommendations. It will certainly add flesh to the bones of the winprog tutorial. Do post your opinions, you and I seem to be in the same boat.
Ok, about the books that say like Win98, or Win2000, I mean, should I just stick to 98'' assuming that it will work with 98 and up? cuz if I use stuff from a 2000 book it might not work on 98 right?
Most part of the API should be compatible. Although some function arguments are OS dependant, and some functions only exist for specific OSes; the exceptions should be commented at your book, and documented at MSDN.
Use a book or any online article to get a feeling about the API, and then switch to MSDN and extend your knowledge by having it as your handbook. It''s straightforward and details those specific OS differences you mentioned. Furthermore it''s kept by Microsoft, and they (are supposed to) know more about their OSes than anyone else.
Use a book or any online article to get a feeling about the API, and then switch to MSDN and extend your knowledge by having it as your handbook. It''s straightforward and details those specific OS differences you mentioned. Furthermore it''s kept by Microsoft, and they (are supposed to) know more about their OSes than anyone else.
here you go...
You didn''t mention that you wanted info in some specific programming-language....
so was Assembly what you had in mind ?
http://grc.com/smgassembly.htm
it is quite informative even if assembly might be a little Non OO these days
You didn''t mention that you wanted info in some specific programming-language....
so was Assembly what you had in mind ?
http://grc.com/smgassembly.htm
it is quite informative even if assembly might be a little Non OO these days
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I'm looking for work
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement