Log in

View Full Version : Windows programming in c


jaspreet2142
May 10, 2008, 10:50 PM
I'm trying to learn windows programming in c

So can any one help me in finding any tut for i.e. book, video tut. website anything would help me to understand it better

Scleros
May 10, 2008, 11:40 PM
For straight Windows API without a framework, I used the Programming Windows books by Charles Petzold (http://www.charlespetzold.com/books.html), a MSDN subscription, and the help files that came with my Borland IDE.

A Google for "windows api c tutorial" yielded theForger's Win32 API Tutorial (http://www.winprog.org/tutorial/) and a plethora of others.