C++ Win32 API Tutorial

Thread Starter

TheFox

Joined Apr 29, 2009
66
I was just wondering if anyone had a good, or knew of a good tutorial for C++ API programing, I would prefer an Online tutorial, but if there is an outstanding book out there, I'll get that too. Any help would be very appreciated.
 

spinnaker

Joined Oct 29, 2009
7,830
I was just wondering if anyone had a good, or knew of a good tutorial for C++ API programing, I would prefer an Online tutorial, but if there is an outstanding book out there, I'll get that too. Any help would be very appreciated.
The Win32 API is now HUGE. Few people know it all.

You are probably better to learn the basics of .Net programming. Then come up with an idea for a program and tackle that aspect of the API.

One good resource is codeproject.com.
 

Thread Starter

TheFox

Joined Apr 29, 2009
66
I thank you all for your advice, and links. I am sure, I'll have more questions later, as I am still learning C+plus. Again, thank you all, very much.
 
Top