
API Diff 1.3
API Diff lets you find all changes between different versions of an Application Programming Interface (API).

For example, a C/C++ API is normally provided as a collection of header files, such as .h, .hpp, or .hxx files. API Diff will scan different versions of these header files to find all changes to the API. You can view every single difference in a side-by-side file view, and you can save an overview HTML report to let your clients know exactly what changed between different releases.
API Diff supports an extensible set of "Analyzers," including:
1. C/C++ parser. Using the C++ parser, API Diff can ignore non-significant API changes such as comments, whitespace, or the order of statements. It can also provide context-sensitive descriptions for each change such as "A new base class was added".
2. Comments analyzer. Parses all source code comments and tells you which ones have changed. This can be used to review documentation changes before the release of a new version.
3. Plain-text analyzer. A plain-text difference analyzer that essentially performs the same function as the Unix diff(3) command. This can be used to analyze APIs written in languages not directly supported by API Diff, such as Java, C#, Python, or Objective-C.
We explain what an API is in computer terms and explain how APIs matter to you. view it
A grey hat is another type of hacker different from the black hats or white hats. We tell you what distinguishes them in this episode. view it
In this tutorial we tell you what software development kits (SDKs) are and what they're used for. view it
A glitch in computer terms is not much different than when used elsewhere. It describes a temporary error of some sort that affects the computer. view it
Find the programming that most interests you with Channels view it
Here we explain what a buffer is and how it affects you and your computer. view it
Sean takes a look at the multitasking abilities of the iPhone 4 view it


