Im looking to get away from consoles and do my everyday programs on windows that accept input and display output. From what i hear Win32 is a great option for doing so, but i cant find any good tutorials that will teach you the very basics up to a certain point. Appreciate the help!
1)Download the English version of the pdf from the link below. Explanation is very intuitive in this. http://www.winprog.org/tutorial/start.html
2)Also this link too have good tutorial for Win32 API http://relisoft.com/win32/index.htm
3) Read this book it's covers too much, But only if you have patience
Programming Windows API 5th -Charles Petzold
Finally if you explore msdn for detail explanation for every API you are using.