visual c++ - Regarding Windows Programming Using C++ -


There are several functions available in the Windows API for use, is there any book that is available as a comprehensive reference for APIs available Will work in windows? I mean that the books give basic information to the ones I have read. I would like something broad, like we have Standard C library by Plager. I need some manual (preferable) or book (preferably) which will divide the Windows API on its features etc. and give the names of available functions.

Remove the old one, the Bible of the programming Windows Windows API by Charles Petzold. The previous versions include Windows 98 and NT 4.0. However this is only C.

To program in C ++ with API, you can build your own structure, use MFC or, as I would recommend, use QT, where you API and QT programming can easily mix,

WinAPI's online reference is in MSDN, here:


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -