PDA

Click to See Complete Forum and Search --> : API Sites


Chris_SE
Nov 3rd, 2000, 01:04 PM
Are there any good sites for using API in C++? I see lots of API sites, but unfortunately all are for using API in VB.

Nov 3rd, 2000, 02:40 PM
C++ is the language most API's are documented in, hence most sites should have them written in C++. In any case, you can always go to the Microsoft web site and take a look at the Platform SDK which has many API's documented in C++.

Chris_SE
Nov 3rd, 2000, 05:32 PM
I'm always forced to crawl back to microsoft...

Vlatko
Nov 4th, 2000, 04:10 AM
You should get the MSDN cd's. They contain loads of information that are very useful especially if you are using C++.

Nov 4th, 2000, 07:27 AM
All of MSDN is sotred online too.

msdn.microsoft.com

Chris_SE
Nov 4th, 2000, 10:53 AM
How do I get a cd?