+ 2
Whats the difference between IDE and Compiler
3 ответов
+ 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.
+ 6
IDE is a tool to create progs that can be translated to machine code by the compiler.
+ 5
IDE's do come with text editors+compilers..
compilers run your code,an ide is a tool..