close

Google:ide 與 sdk 之區別



SDK沒有Editor(vim), 但IDE(Dev C++) 有GUI、Editor、Compiler。 

gccGNU Compiler CollectionGNU編譯器套裝),是一套由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

arrow
arrow
    全站熱搜

    大玩家闖天涯 發表在 痞客邦 留言(0) 人氣()