Windows Programming Tutorial

Hey guys!

I've been on c++ programming for a while now, and I've been thinking about starting to learn how to program in windows..

So I went looking on the web, to see if there were any tutorials, and I found many. However, all the tutorials I've seen just show you some code and give few explanation with it.

So I was wondering if you guys know any good tutorial to learn windows programming (preferably the same quality as the tutorial on this site, I found that one really understandable).

Thanks guys :)

Cheers!
I used this one: http://www.winprog.org/tutorial/start.html

also, if you need to find some function, the arguements it takes(can be alot with some windows functions) msdn is your friend, just google msdn + function name
Last edited on
I also seek for good (or at least easy enough for my brain to comprehend) tutorials on this.

You may learn something in the link Skillless posted, but I can't say that it is good. For me, the tutorials is worth reading but leaves more question to the reader. Also there are too many typo, I doubt some of the explanations.
The material on MSDN is actually pretty good: http://msdn.microsoft.com/en-us/library/ff381399(VS.85).aspx
Topic archived. No new replies allowed.