Anyone know of good free tutorials?

Started by
2 comments, last by Nanven 20 years ago
I''m trying to learn the Win32 API, and I can learn pretty fast just by looking at prototypes, and just basic code. But I don''t know where to look, I keep finding trash using search engines. Basically I just want something where I can look at all the different messages, and also how to draw stuff. Any help is appreciated.
-Going to Westwood College for my Associates in Computer Programming
Advertisement
No single tutorial or even tutorial site will cover every single window message. For a reference for windows messages, it''s probably best to go to the source.
http://gametutorials.com/Tutorials/Win32/Win32_Pg1.htm

Good site for learning basics. But if you want to know all the messages, you will have to go to msdn:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/overview_of_the_windows_api.asp
Other msdn pages would also be helpful.


- DarkNebula

[edited by - DarkNebula on April 11, 2004 2:11:17 AM]
Well, although this was already posted I''d have to say here and MSDN. Good luck!


- CD


// Brought to you by Code_Dark
| [( Politics Forum Beta-Test )]

This topic is closed to new replies.

Advertisement