Wow! I took a quick liking to this MSDN page. It's a listing of categories, with links to a list/description of the Windows API in each category.
http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx
It should be required reading for all newbies - not to memorize, but just to familiarize oneself with what API are available for use.
If the syntax for each API were in the lists, that would be very cool. Oooh, oooh - maybe someone will take the API list and extract the corresponding syntax from the includes that come with PowerBASIC!
Just because I'm interested in the topics, I already made myself two sub-lists for tonight's reading - one on graphics and one on files/folders. You can get a copy of the lists I made here:
File/Folder API http://www.garybeene.com/files/filef...pi_summary.txt
Graphics API http://www.garybeene.com/files/graphics_api_summary.txt
If you're interested in graphics API, there's also this MSDN link on "Graphics and Multimedia".
But wouldn't you know - there's also an alphabetical listing of API, but it is broken into pages A-Z, and those pages don't have a description or syntax on them. Rats! I would really have liked a single page with name/description/syntax on it. That would be a very useful summary page. Another Oooh - Oooh? Someone might make such a list from the MSDN pages?
http://msdn.microsoft.com/en-us/libr...8VS.85%29.aspx
It should be required reading for all newbies - not to memorize, but just to familiarize oneself with what API are available for use.
If the syntax for each API were in the lists, that would be very cool. Oooh, oooh - maybe someone will take the API list and extract the corresponding syntax from the includes that come with PowerBASIC!
Just because I'm interested in the topics, I already made myself two sub-lists for tonight's reading - one on graphics and one on files/folders. You can get a copy of the lists I made here:
File/Folder API http://www.garybeene.com/files/filef...pi_summary.txt
Graphics API http://www.garybeene.com/files/graphics_api_summary.txt
If you're interested in graphics API, there's also this MSDN link on "Graphics and Multimedia".
But wouldn't you know - there's also an alphabetical listing of API, but it is broken into pages A-Z, and those pages don't have a description or syntax on them. Rats! I would really have liked a single page with name/description/syntax on it. That would be a very useful summary page. Another Oooh - Oooh? Someone might make such a list from the MSDN pages?
Comment