Google:ide 與 sdk 之區別
SDK沒有Editor(vim), 但IDE(Dev C++) 有GUI、Editor、Compiler。
gcc(GNU Compiler Collection,GNU編譯器套裝),是一套由GNU開發的編程語言編譯器,不是SDK。
Actually Visual Studio is an IDE, not an SDK :)
An SDK is software consists of compilers, libraries, and support files that allow you to create a program.
For the most part, SDKs don't come with any UI or text editors or anything else.
All it has are the raw programs.
The Java SDK is a great example of this.
It only consists of the runtime, Java compiler, and various tooling, but has no editors or UI elements.
An IDE *integrates* an SDK with a UI, text editor,debugger (in some cases), file management and a bunch of other nice tooling to
a complete development environment.
Examples of IDEs include Visual Studio, Eclipse, and NetBeans
留言列表