View Single Post
Old 10-27-2010, 01:18 PM   #7
kenjennings
Edge User
 
From what I understand, API is application programming interface. This is a software convention, and without documentation the API isn't usually visible to anyone who cannot run a debugger/disassembler to dissect already built software. SDK is the software development kit that documents how to use the API. Sometimes this documentation is as little as the include files for compiling. Sometimes it includes lots of human-readable reference and tutorials with additional tools for convenience.