Need Windows Programming Tutorials

Mar 15, 2012 at 12:22am
Any good Windows Programming tutorials would be highly appreciated.
Mar 15, 2012 at 5:25pm
MSDN Developer Network is the best reference on Windows programming I've seen, so try that one.
Mar 15, 2012 at 5:39pm
Mar 16, 2012 at 10:24pm
@pcristian43: MSDN is a great reference for anyone. However as a tutorial the massive amount of information is a bit much to handle.

I learned from this tutorial. It got me off on the right foot:
http://www.winprog.org/tutorial/
Mar 21, 2012 at 4:10pm
Here's MSDN's six first tutorials if you already know C++ but not how to develop Win apps:

http://msdn.microsoft.com/en-us/vstudio/hh304489

I'm just about to wrap up the first 15 chapters of "Learn C++ in one hour per day". These are the language and OOP chapters, and since most of the remaining book is STL, I hope to just use it as a reference. I intend to study these MSDN tutorials starting next week then go back and study the advanced C++ chapters in "One Hour..." once I'm done.
Mar 21, 2012 at 4:48pm
Thank you all for the information.
Mar 21, 2012 at 4:53pm
I've been looking for the same thing, so thanks guys!
Topic archived. No new replies allowed.