Do you have any kind of general area you are most interested in? I've found that topic writers cover win32 parts better than general win32 info writing.
Main Topics
Browse All Topicsanyone here can recommend a really informative book on the win32 api programming using c++?? something that would make a user with very basic knowledge of c++ be able to do win32 api programming??
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yeah!
>with very basic knowledge of c++ be able to do win32 api programming??
That is impossible! Good programmers have problems with API-methods and my experiences show that you can just use examples with API-methods but not modify them if you are fresh in C++! I tried it my selve and i can say you that it has no effect and sense to use more than the default APIs at the beginning. WinAPIs are high level C++-programming and nothing for beginners (Sorry!).
Alone the implementation of WinAPIs can be too difficult for you...
But if you come clear with the following books you are fit enough...
You can use a few books(Sorry!I only know the german ISBN... But i think with this you can get the english version):
"C&L Visual C++" ISBN : 3-932311-20-5; describes MFC, ATL, STL, Databases, internet applications, API-programming and assembler! But all topics are realized with API-methods...
"Writing secure Applications" ISBN: 3-86063-674-x; describes all about writing secure code; it uses API-mehods too, but this book shows how to make applications secure in general! This book mustn't be missed in your bookcase!
"Markt+Technik Visual C++6" (Viktor Toth, Dirk Louis) ISBN: 3-8272-5467-1; describes the same topics like the first book but without API-methods. Additional it has a seperate capture for WinAPIs.
This books are for experts! Its a long step you have to take, but don't give up! I got it too...
The main problem is, that there are only books for beginners and experts but nothing between...
I hope this helps you!
PS: First become fit in C++. Then you can use API-methods like you want to...
Hands down, the standard book that most programmers use for Win32API programming:
Charles Petzold, "Programming Windows," 5/e. Microsoft Press, 1998.
More details about the book here:
http://www.charlespetzold.
Everyone's moving to .NET junk now so the latest is:
Programming Windows in C#
http://www.charlespetzold.
Business Accounts
Answer for Membership
by: GaryFxPosted on 2003-08-21 at 10:21:28ID: 9197083
You might try putting this in the Windows platform programming forum.