*** Welcome to piglix ***

C++Builder

C++Builder
BorlandCPPbuilder6.png
Borland C++Builder 6
Original author(s) Borland, CodeGear
Developer(s) Embarcadero Technologies
Stable release
C++Builder 10.1 Berlin / April 20, 2016; 9 months ago (2016-04-20)
Operating system Windows 7, Windows 8, Windows 10
Type IDE
License Trialware
Website www.embarcadero.com/products/cbuilder

C++Builder is a rapid application development (RAD) environment, originally developed by Borland and as of 2009 owned by Embarcadero Technologies, for writing programs in the C++ programming language targeting Windows NT (IA-32 and x64), OS X, iOS and Android. C++Builder combines the Visual Component Library and IDE written in Delphi with a C++ compiler. Most components developed in Delphi can be used in C++Builder with no or little modification, although the reverse is not true.

C++Builder includes tools that allow drag-and-drop visual development, making programming easier by incorporating a WYSIWYG graphical user interface builder.

C++Builder uses the same IDE as Delphi, and shares many core libraries. Notable shared Delphi (Object Pascal code) and C++ Builder routines include the FastMM4 memory manager, which was developed as a community effort within the FastCode project, the entire UI framework known as the VCL, which is written in Object Pascal, as well as base system routines, many of which have been optimised for both Delphi and C++Builder through the FastCode project.

C++Builder projects can include Delphi code. The Delphi compiler emits C++ headers, allowing C++ code to link to Delphi classes and methods as though they were written in C++. The reverse (C++ code being used by Delphi) is not possible.


...
Wikipedia

...