Thread: Sdk?

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    589

    Sdk?

    What exactly is a SDK(Software developer kit)? Does it work from withing VS or what? Do you write code in it of what is it good for. Do I have to use it if I want to ship my programs?

  2. #2
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    An SDK is a collection of programming APIs that allow you to create programs faster. Basically, headers and libraries, usually with documentation on how to use it.

  3. #3
    Registered User Invincible's Avatar
    Join Date
    Feb 2002
    Posts
    210
    For instance, the Microsoft DirectX SDK contains all the libraries and headers and DLLs that one would need to compile a DirectX application. It also includes a number of utilities, source code, tutorials, and demos.
    "The mind, like a parachute, only functions when open."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectSound header issues
    By dxfoo in forum C++ Programming
    Replies: 0
    Last Post: 03-19-2006, 07:16 PM
  2. Need recommendations for CCTV SDK
    By BobS0327 in forum Windows Programming
    Replies: 4
    Last Post: 10-13-2005, 05:31 PM
  3. Win32 API or Win32 SDK?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 07-20-2005, 03:26 PM
  4. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  5. Directx SDK Documentation
    By Zoalord in forum Game Programming
    Replies: 4
    Last Post: 05-08-2003, 06:07 AM