Tutorial Suggestions

All of the Win32 tutorials are unclear, hard, and confusing.

Can anyone suggest a easy tutorial?
http://www.winprog.org/tutorial/start.html

That's the one I used when learning the Win32 WinAPI and I still turn to it when I need to clarify something.
Its a difficult subject, you know. If its something you really want to learn, figure 6 months to a year. That will at least get you started. You need to be fairly competant at C before you begin though. If you are not, then double the above estimates.

Here's some tutorials and example programs I've written. The GUI stuff starts at ProgEx37...

http://www.jose.it-berater.org/smfforum/index.php?board=380.0

That Forger's Tutorial is quite good too. Pretty much a whole generation of Win32 coders started with Charles Petzold's "Programming Windows" books in various editions. They are still available new and used, I believe.
Any more suggestions?

C++ please.
Last edited on
closed account (z05DSL3A)
Windows API (Win32) is a C API.

Forger's and Petzold are probably they best way to get started.
Topic archived. No new replies allowed.