Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, I am just beginning to learn

Status
Not open for further replies.

gonzilla

Programmer
Apr 10, 2001
125
US
Hi,

I am just beginning to learn the Windows API and I have use MS VC++ for my C++ programs. I'd like to use MS VC++ while I am learning the API and I have read somewhere that MS includes a bunch of junk that I don't need....that I should use an SDK. I know SDK stands for "Software Development Kit" but I'm not exactly sure what it is or if I need to obtain this from somewhere - it seems as though there may be a lot of them to choose from. Is one included with MS VC++ is that just MFC?

Thanks.

-Tyler
 
The SDK is the basic thing you need to write windows applications. An SDK is a set of headers and DLLs in mostly combined with a help system.
Along with VC++ you get the platform SDK for simple windows programming (with Visual Studio.NET you also get the DirectX 8 SDK). If you e.g. want to program DirectX applications (games) you need to download the DirectX SDK from the microsoft website (for free). Typically this will be the only "extra" SDK you propably will need.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top