+ 2

Whats the difference between IDE and Compiler

31st Oct 2018, 7:00 AM
ytg_tonz
ytg_tonz - avatar
3 Réponses
+ 5
Compiler converts source code into the executable​ program. IDE (integrated development environment) contains a code editor, compiler, debugger, and build tools (more or less) in one.
31st Oct 2018, 8:38 AM
Jared Bird
Jared Bird - avatar
+ 6
IDE is a tool to create progs that can be translated to machine code by the compiler.
31st Oct 2018, 7:21 AM
Oma Falk
Oma Falk - avatar
+ 5
IDE's do come with text editors+compilers.. compilers run your code,an ide is a tool..
31st Oct 2018, 8:09 AM
᠌᠌Code X
᠌᠌Code X - avatar