+ 1
What is IDE
3 Antworten
+ 3
for c ++, a editor whit compiler :)
ex:
codeblock,netbeans,eclips and....
+ 3
An Integrated Development Environment (IDE) is a program that you use to write code, with added bonuses compared to a simple text editor, like an integrated compiler, debugger, etc.
+ 3
An integrated development environment (IDE) is a software suite that consolidates the basic tools developers need to write and test software. Typically, an IDE contains a code editor, a compiler or interpreter and a debugger