IDE's
IDE's: Integrated Development Environment
A program that combines multiple programming tools into a single
application
Tools such as
* ASCII Text Editor
* Compiler
* Build automation
* GUI Tools
* Code Debugger
* Memory Leak Tools
Why are they important?
* Removes (sometimes) tedious build and compilation procedures (./configure, make, make install)
* Puts everything you need in one place!
* Package source code into Projects that can be shared
and moved easily
* Many IDE’s will allow you to develop and publish your applications with ease