Where Can I learn Windows Programming?

I just Was learning C++ programming tutorials. But now I saw Windows programming is there any kind of tutorial especially for windows C++ programming?
closed account (2AoiNwbp)
There's a good book for Windows programming:
"Ivor Horton's Beginning Visual C++ 2010"
http://www.amazon.com/Ivor-Hortons-Beginning-Visual-2010/dp/0470500883
that goes from standard C++ to Microsoft Foundation Classes for native applications and C++/CLI for .NET Framework

Or, the hard way, though that gives you more control (and is free)
http://www.winprog.org/tutorial/
http://msdn.microsoft.com/en-us/library/ff818516(v=vs.85).aspx

regards,
Alejandro
Last edited on
Thank you very much my friend
Topic archived. No new replies allowed.