Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ Win32 API offline documentation?

Tags:

c++

winapi

I'm learning win32 apps with C++. I've got a pretty good API reference, but it's from 1997. Is there a more modern version available for download?

My connection is horrendous so I'd like it to be fully accessible offline. Something akin to a chm or hlp file...searchable and up to date-ish.

like image 294
Ben Avatar asked Oct 18 '10 00:10

Ben


Video Answer


2 Answers

If you install the Windows SDK, it comes with all the documentation as well. The download is enormous though, but at least you can do it all-at-once.

like image 146
Dean Harding Avatar answered Sep 18 '22 23:09

Dean Harding


Here's another download which is just the documentation (and slightly out-of-date, but still covers 99% of the Win32 API): MSDN Library for Visual Studio 2008 SP1

like image 32
Ben Voigt Avatar answered Sep 17 '22 23:09

Ben Voigt