Posted by member 31 on 2004-01-05 10:29:37 link

The best programming book I've read for Windows and creating dlls/applications is "Programming Windows 5th Edition" by Charles Petzold. http://www.amazon.com/exec/obidos/ASIN/157231995X/

If you just want a language reference, then get the C++ book written by the c++ mofo himself http://www.research.att.com/~bs/3rd.html.

Stay as far away from MFC as you can.