Thread: Gui??
View Single Post
Old Feb 18th, 2005, 2:04 AM   #5
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
Smile

GUI = Graphical User Interface
the stuff you see in a typical window program like forms, buttons, labels, editboxes and so on.

IDE = Integrated Development Environment
usually a text editor that allows you to run and debug the programming code you have written. A good IDE has context sensitive help and code highlighting built in, and also highlights the line an error occured on.
Dietrich is offline   Reply With Quote