+ 3
IDE vs Compiler
what is difference between Compiler and ADE? in codeblocks and devC++ are both of them one?..(together) is Compiler in the IDE?
3 ответов
+ 17
Compiler - turns your code into a program.
Code editor - helpful tool to write code, checks for mistakes and often comes with a colour scheme.
Debugger - allows you to run your program in a "test" mode which lets you find bugs.
IDE (Integrated Development Environment) - Contain a mixture of all of the above to help you to write and test software.
+ 3
Compiler is in an IDE. The compiler is what compiles/runs the code when you got "Run". The IDE is the editor with all the features you need to write your code.
+ 3
right David IDE is to make you easy to write your code and to differenciate part of your code with different colors