IDE vs Compiler | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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?

10th Mar 2017, 10:17 PM
Ali
Ali - avatar
3 Antworten
+ 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.
11th Mar 2017, 1:17 AM
Jafca
Jafca - avatar
+ 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.
10th Mar 2017, 10:24 PM
David Koplik
David Koplik - avatar
+ 3
right David IDE is to make you easy to write your code and to differenciate part of your code with different colors
10th Mar 2017, 10:29 PM
Aboubacar Traore
Aboubacar Traore - avatar