C++Builder
Sign in to saveAlso known as C++ Builder, Borland C++ Builder
C++Builder is a rapid application development and environment for developing software in the C++ programming language. Originally developed by Borland, it is owned by Embarcadero Technologies, a subsidiary of Idera. C++Builder can compile apps for Windows (both IA-32 and x64), iOS, macOS, and Android (32-bit only). It includes tools that allow drag-and-drop visual development, making programming easier by incorporating a WYSIWYG graphical user interface builder.
Key facts
- Programming language.paradigms
- object-oriented, functional, strongly typed
- Programming language.family
- C++
- Programming language.developers
- Borland, CodeGear, Embarcadero
- Programming language.latest release version
- 13 Florence
- Programming language.platform
- x64
- Programming language.operating system
- Windows 10
- Programming language.license
- Trialware
- Programming language.file format
- <!-- or:
- Programming language.file formats
- -->
- Programming language.influenced by
- Delphi, C++
via Wikipedia infobox
Wikidata facts
- Official website
- www.embarcadero.com/products/cbuilder
Show 1 more fact
- Stack Exchange tag
- stackoverflow.com/tags/c%2B%2Bbuilder
Sources (2)
via Wikidata · CC0
~22 min read
Article
52 sectionsContents
- Technology
- Editions
- History
- Release cycle
- 1.0
- 3.0
- 4.0
- 5.0
- 6.0
- C++BuilderX
- 2006
- 2007
- 2009 and 2010
- XE releases
- XE
- XE2
- XE3
- XE4
- XE5
- XE6
- XE7
- XE8
- Subsequent releases
- 10.0 ''Seattle''
- 10.0.1 Update 1
- 10.1 ''Berlin''
- 10.1.1 Update 1
- 10.1.2 Update 2
- 10.2 ''Tokyo''
- 10.2.1 Update 1
- 10.2.2 Update 2
- 10.2.3 Update 3
- 10.3 ''Rio''
- 10.3.1 Update 1
- 10.3.2 Update 2
- 10.3.3 Update 3
- 10.4 ''Sydney''
- 10.4.1 Update 1
- 10.4.2 Update 2
- 11 ''Alexandria''
- 11.1 Update 1
- 11.1.5 C++ Code Insight Update
- 11.2
- 11.3
- 12 ''Athens''
- 12.1
- 12.2
- 12.3
- 13 ''Florence''
- See also
- References
- External links
C++Builder is a rapid application development and environment for developing software in the C++ programming language. Originally developed by Borland, it is owned by Embarcadero Technologies, a subsidiary of Idera. C++Builder can compile apps for Windows (both IA-32 and x64), iOS, macOS, and Android (32-bit only). It includes tools that allow drag-and-drop visual development, making programming easier by incorporating a WYSIWYG graphical user interface builder.
C++Builder is the sibling product of Delphi, an IDE that uses the Object Pascal programming language. C++Builder combines the Visual Component Library (VCL) and IDE written in Object Pascal with multiple C++ compilers. C++Builder and Delphi can generate mutually compatible binaries. C++ methods can call Object Pascal methods and vice versa. Since both Delphi and C++ use the same back-end linker, the debugger can step from Delphi code into C++ transparently. In addition, C++Builder projects can include Delphi code. (The reverse is not possible.)