CS210
Integrated Development Environments
- Graphical
- User Friendly
- Take care of lots of the details
- Many are NOT portable
- Some Examples:
- GNU Pro
- Code Warrior
- Microsoft Visual Studio
- ... and many others
- You set things up in a project format
- You can have many files open for editing
- Rebuild the final run image at the push of a button
- You cannot use them yet for CS210