PDA

View Full Version : Ide



FieldODreams
2010-12-15, 09:37 AM
What does an IDE software application do?

suwunk
2010-12-15, 12:14 PM
An integrated development environment (IDE) also known as integrated design environment or integrated debugging environment is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of:

* a source code editor
* a compiler and/or an interpreter
* build automation tools
* a debugger

Integrated development environment - Wikipedia, the free encyclopedia (http://en.wikipedia.org/wiki/Integrated_development_environment)