IDEs - Other ( C++ , Delphi, RUBY,...)
IDE combines the editor, compiler and other useful tools in the same software package. Its advantage is that when a program with syntax errors is compiled, the programmer sees the error messages and the original program at the same time -- this makes debugging much easier. Also, some IDEs contain debuggers. Visual J++, VisualAge for C++ or Java, Java WorkShop, and Visual Caf�?�© are IDEs.
From :www.course.com/careers/glossary/programming.cfm
V (for C++)
V is a free portable C++ GUI Framework intended to develop a wide variety of applications on different graphical interface platforms. It is very complete and suitable for a large majority of custom GUI applications. Applications developed using V will have the look and feel of the native platform, yet will be portable across platforms. V is availble under the terms of the GNU LESSER GENERAL PUBLIC LICENSE.
Most standard GUI objects are supported by V, including windows with menus, status bars, tool bars, and a drawing canvas; modal and modeless dialogs with the most common controls (buttons, lists, labels, text entry, check and radio buttons, etc.); and portable printing support.
An incomplete list of the features supported by the V Framework includes
the following:
Command Windows with
Pull Down Menus
Drawing Canvas with Colors, Brushes, and Pens
Drawing Shapes (rectangle, line, etc.)
Text (in various native fonts)
Icons/Bitmaps
Mouse and Keyboard
Command/Tool Bar with same controls a Dialogs
Status Bar
Modal and Modeless Dialogs with
Platform independent layout control
Most common controls, including Push Button, Blank, Check Box, Color Button,
ComboBox, Frame, Icon, Icon Button, Label, List, Progress Bar, Radio Button,
Slider, Spinner, Text Input, Text Output
Platform Independent Printer Support
PostScript for X
Standard Windows Printers for Windows
Portable treatment of Fonts
Same drawing support as Drawing Canvas
Other Support
Timers
Utility Dialogs
OpenGL
Loading .....