Jump to content

Edit filter log

Details for log entry 37390326

05:59, 5 April 2024: My only lonely (talk | contribs) triggered filter 1,248, performing the action "edit" on C++Builder. Actions taken: none; Filter description: Numeric change without summary (examine | diff)

Changes made in edit

| developers = [[Borland]], [[CodeGear]], [[Embarcadero Technologies|Embarcadero]]
| developers = [[Borland]], [[CodeGear]], [[Embarcadero Technologies|Embarcadero]]
| released = {{Start date and age|1997|01|07}}
| released = {{Start date and age|1997|01|07}}
| latest release version = 12 Athens
| latest release version = 12.1 Athens
| latest release date = {{Start date and age|2023|11|09}}
| latest release date = {{Start date and age|2024|04|04}}
| typing =
| typing =
| scope =
| scope =

Action parameters

VariableValue
Edit count of the user (user_editcount)
5
Name of the user account (user_name)
'My only lonely'
Age of the user account (user_age)
411940686
Groups (including implicit) the user is in (user_groups)
[ 0 => '*', 1 => 'user' ]
Rights that the user has (user_rights)
[ 0 => 'createaccount', 1 => 'read', 2 => 'edit', 3 => 'createtalk', 4 => 'writeapi', 5 => 'viewmyprivateinfo', 6 => 'editmyprivateinfo', 7 => 'editmyoptions', 8 => 'abusefilter-log-detail', 9 => 'urlshortener-create-url', 10 => 'centralauth-merge', 11 => 'abusefilter-view', 12 => 'abusefilter-log', 13 => 'vipsscaler-test', 14 => 'collectionsaveasuserpage', 15 => 'reupload-own', 16 => 'move-rootuserpages', 17 => 'createpage', 18 => 'minoredit', 19 => 'editmyusercss', 20 => 'editmyuserjson', 21 => 'editmyuserjs', 22 => 'sendemail', 23 => 'applychangetags', 24 => 'viewmywatchlist', 25 => 'editmywatchlist', 26 => 'spamblacklistlog', 27 => 'mwoauthmanagemygrants' ]
Whether or not a user is editing through the mobile interface (user_mobile)
false
Whether the user is editing from mobile app (user_app)
false
Page ID (page_id)
274862
Page namespace (page_namespace)
0
Page title without namespace (page_title)
'C++Builder'
Full page title (page_prefixedtitle)
'C++Builder'
Edit protection level of the page (page_restrictions_edit)
[]
Last ten users to contribute to the page (page_recent_contributors)
[ 0 => 'My only lonely', 1 => '2A00:1E:C381:B401:8AD:B89F:5E71:4A5D', 2 => 'InternetArchiveBot', 3 => 'Lunathedog2', 4 => 'Sayem The Mahu', 5 => 'Certes', 6 => '91.98.60.184', 7 => 'BD2412', 8 => 'BraBra', 9 => 'Igroglaz' ]
Page age in seconds (page_age)
653447781
Action (action)
'edit'
Edit summary/reason (summary)
''
Old content model (old_content_model)
'wikitext'
New content model (new_content_model)
'wikitext'
Old page wikitext, before the edit (old_wikitext)
'{{more citations needed|date=December 2012}} {{Infobox programming language | logo = <!-- (filename) --> | logo caption = | collapsible = <!-- to make screenshot collapsible --> | screenshot = <!-- (filename) --> | screenshot caption = | sampleCode = | paradigms = [[object-oriented programming|object-oriented]], [[functional programming|functional]], [[strongly typed]] | family = C++ | developers = [[Borland]], [[CodeGear]], [[Embarcadero Technologies|Embarcadero]] | released = {{Start date and age|1997|01|07}} | latest release version = 12 Athens | latest release date = {{Start date and age|2023|11|09}} | typing = | scope = | programming language = | discontinued = | platform = [[x64]] | operating system = [[Windows 10]]<ref>{{Cite web | url=http://docwiki.embarcadero.com/RADStudio/Sydney/en/Installation_Notes#Operating_System_Requirements | title=Installation Notes - Operating System Requirements | access-date=2020-09-05}}</ref> | license = [[Trialware]] | file ext = | file format = <!-- or: | file formats = --> | website = {{URL|https://www.embarcadero.com/products/cbuilder}} | implementations = | dialects = | influenced by = [[Delphi (software)|Delphi]], [[C++]] | influenced = }} '''C++Builder''' is a [[rapid application development]] (RAD) environment for developing software in the [[C++]] programming language. Originally developed by [[Borland]], {{As of|2009|lc=on}} it is owned by [[Embarcadero Technologies]], a subsidiary of [[Idera Software|Idera]]. C++Builder can compile apps for [[Windows]] (both [[IA-32]] and [[x64]]), [[iOS]], [[macOS]], and [[Android (operating system)|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 [[Embarcadero Delphi|Delphi]], an IDE that uses the [[Object Pascal]] programming language. C++Builder combines the [[Visual Component Library]] (VCL) and [[Integrated development environment|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.) == Technology == C++Builder uses the same IDE as [[Embarcadero Delphi|Delphi]], and shares many core libraries. Notable shared Delphi (Object Pascal code) and C++ Builder routines include the FastMM4 [[Memory management|memory manager]], which was developed as a community effort within the [[FastCode]] project, the entire UI framework known as the [[Visual Component Library|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 as straightforward but possible. C++Builder originally targeted only the [[Microsoft Windows]] platform. Later versions incorporated Borland [[Component Library for Cross Platform|CLX]], a cross-platform development visual component library based on [[Qt (toolkit)|Qt]], that supports Windows and Linux, however CLX is now abandoned. The current version by Embarcadero supports cross-platform development using the new Firemonkey (FMX) library. == Editions == C++ Builder is available in four editions with increasing features and price: *'''Community''': Available for free for one year but has a limited commercial-use license. Includes local database connectivity and some library source code. *'''Professional''': Adds cross-platform compilation for macOS, (until version 10.2.2: iOS and Android requiring the purchase of the additional ''Mobile Add-On pack''), more library source code, code formatting, and a full commercial license. *'''Enterprise''': Includes the mobile target platforms and adds client/server database connectivity, Enterprise Mobility Services, and DataSnap multi-tier SDK. *'''Architect''': Adds data modeling tools. ==History== Traditionally, the release cycle was such that Delphi got major enhancements first, with C++Builder following,<ref>{{Cite web |url=http://www.pcmag.co.uk/personal-computer-world/software/2043341/borland-c-builder |title=Borland C++Builder 5.0 - PC Magazine |access-date=2007-10-28 |archive-url=https://web.archive.org/web/20071117114633/http://www.pcmag.co.uk/personal-computer-world/software/2043341/borland-c-builder |archive-date=2007-11-17 |url-status=dead }}</ref> though recent versions have been released at the same time as their Delphi equivalents.<ref>{{Cite web|url=https://delphi.fandom.com/wiki/Delphi_Release_Dates|title=Delphi Release Dates|website=Delphi Programming|access-date=2019-12-22|archive-url=https://web.archive.org/web/20191025035101/https://delphi.fandom.com/wiki/Delphi_Release_Dates|archive-date=2019-10-25|url-status=live}}</ref> === 1.0 === [[Borland]] announced the preview version of C++Builder 1.0 on January 7, 1997.<ref>{{Cite web|url=http://www.borland.com/bcppbuilder/press/1997/cppbdemo.html|title=PR-BORLAND ANNOUNCES WEB AVAILABILITY OF PREVIEW EDITION OF BORLAND C++BUILDER|date=June 5, 1997|access-date=April 6, 2019|archive-url=https://web.archive.org/web/19970605062709/http://www.borland.com/bcppbuilder/press/1997/cppbdemo.html|archive-date=June 5, 1997|url-status=live}}</ref> The company released a retail version on February 26, 1997,<ref>{{Cite web|url=http://www.borland.com/bcppbuilder/press/1997/bcbshps.html|title=BORLAND SHIPS BORLAND C++BUILDER|date=June 5, 1997|access-date=April 6, 2019|archive-url=https://web.archive.org/web/19970605053212/http://www.borland.com/bcppbuilder/press/1997/bcbshps.html|archive-date=June 5, 1997|url-status=live}}</ref> in three editions: "Standard," "Professional," and "Client/Server Suite."<ref name="auto">{{Cite web|url=http://www.borland.com/us/company/news/press_releases/2005/10_10_05_borland_delphi_and_cpp_builder_2006_deliver_key_new_features.html|archive-url=https://web.archive.org/web/20090226200336/http://www.borland.com/us/company/news/press_releases/2005/10_10_05_borland_delphi_and_cpp_builder_2006_deliver_key_new_features.html|url-status=dead|archive-date=February 26, 2009|title=Borland® Delphi® 2006 and C++Builder® 2006 Deliver Key New Features to Speed Microsoft® Windows® and .NET Application Delivery|date=February 26, 2009}}</ref> === 3.0 === Borland skipped the 2.0 version number to align C++Builder with its Delphi version numbering. === 4.0 === New features include:<ref>{{Cite web|url=http://www.borland.com/about/press/1999/bcb4.html|archive-url=https://web.archive.org/web/20011030070137/http://www.borland.com/about/press/1999/bcb4.html|url-status=dead|archive-date=October 30, 2001|title=Inprise Corporation Launches borland.com With Announcement Of Borland C++Builder 4|date=October 30, 2001}}</ref> *Integrated Inprise Corporation's VisiBroker 3.3 with event and naming services *New multi-standard flexible C++ compiler *Support for the latest ANSI/ISO C++ language specifications, including a host of compiler enhancements including Dynamic Compilation and Adaptive Compiler Technology (ACT), which radically speed compiler build processes; full ANSI/ISO template implementation; full ANSI/ISO STL (standard template library) support; and a high-performance 32-bit ANSI C++ native code compiler. *Fully customizable AppBrowser IDE *Latest support for Windows 98, 95, and NT including multiple monitors, common controls, docking forms and toolbars, and more. *New Code and Parameter completion, and the new ClassExplorer live structured class view and member creation wizards. *Exclusive C++ debugging tools, including remote debugging for distributed development (COM and CORBA); multi-process and cross-process debugging with debug inspectors, dynamic watch windows, and debug tooltips. *Internet tools, including ActiveForms for building Web browser C++ applications and WebBroker for building CGI, WinCGI, ISAPI, and NSAPI C++ applications and over 25 Internet protocol components for instantly adding HTTP, FTP, SMTP, POP, NNTP, HTML, and TCP/IP support to any C++ application. *Multi-Tier Database Development Services (MIDAS) Development Kit, including MIDAS 2. *Support for industry standards, including Oracle Corporation's Oracle8i database server; Microsoft Corporation's Microsoft Foundation Classes (MFC), Microsoft Active Template Library (ATL), Microsoft SQL Server 7 and MTS (Microsoft Transaction Server); and Inprise Corporation's Object Windows Library (OWL) and Visual Component Library (VCL). *EZ-COM, which simplifies C++ COM client development and One-Step ActiveX Control creation with new Data Binding support. === 5.0 === On March 22, 2000, Inprise Corporation announced the release of Borland C++Builder 5, available in Enterprise, Professional, Standard editions.<ref>{{Cite web |url=http://www.borland.com/news/press_releases/2000/01_26_00_bcb5.html |title=Inprise/Borland Announces Availability Of Borland C++Builder 5 |access-date=2005-02-06 |archive-url=https://web.archive.org/web/20050206020708/http://www.borland.com/news/press_releases/2000/01_26_00_bcb5.html |archive-date=2005-02-06 |url-status=dead }}</ref> New features include:<ref>{{Cite web |url=http://www.borland.com/news/press_releases/2000/01_26_00_bcb5.html |title=Inprise/Borland Announces Borland C++ Builder 5 |access-date=2004-10-13 |archive-url=https://web.archive.org/web/20041013160423/http://www.borland.com/news/press_releases/2000/01_26_00_bcb5.html |archive-date=2004-10-13 |url-status=dead }}</ref> *Support of Windows 2000. *Internet Express *XML and HTML4 Support for Full-featured Dynamic Clients *Active Server Objects for the Microsoft Internet Platform *TeamSource *Interbase 6.5 === 6.0 === On February 5, 2002, Borland announced the release of C++Builder 6 on February 8, 2002, in three editions: "Enterprise," "Professional," and "Personal."<ref>{{Cite web |url=http://www.borland.com/news/press_releases/2002/02_05_02_cpp_webservices.html |title=Borland Targets C++ Web Services Opportunity |access-date=2005-03-10 |archive-url=https://web.archive.org/web/20050310193742/http://www.borland.com/news/press_releases/2002/02_05_02_cpp_webservices.html |archive-date=2005-03-10 |url-status=dead }}</ref> 60-day free trial download of C++Builder 6 Enterprise was also planned. New features include:<ref>{{Cite web |url=http://www.borland.com/cbuilder/pdf/cb6_feamatrix.pdf |title=Feature Matrix |access-date=2003-06-05 |archive-url=https://web.archive.org/web/20030605093449/http://www.borland.com/cbuilder/pdf/cb6_feamatrix.pdf |archive-date=2003-06-05 |url-status=dead }}</ref> *Support of Windows XP *BizSnap e-business development platform with Web Services *WebSnap Web application development platform *Borland CLX component library (Professional/Enterprise) *dbExpress (Professional/Enterprise), Enterprise edition adds DB2/Informix/Oracle dbExpress drivers *NetCLX WebBroker WebBroker-compatible cross-platform Web application development framework for Windows and Linux (Professional/Enterprise) *MyBase XML data briefcases (Professional/Enterprise) *[[Borland C++]] Compiler 5.5 Minimum supported operating system was changed to Windows 98. === C++BuilderX === On Sep 15, 2003, Borland Software Corporation announced the release of ''Borland C++BuilderX'' (CBX), which was also included as part of the latest Borland Enterprise Studio for Mobile.<ref>{{Cite web|url=http://www.borland.com/us/company/news/press_releases/2003/09_15_03_mobile_industry_welcomes_cbx.html|archive-url=https://web.archive.org/web/20090615203456/http://www.borland.com/us/company/news/press_releases/2003/09_15_03_mobile_industry_welcomes_cbx.html|url-status=dead|archive-date=June 15, 2009|title=Mobile Industry Welcomes the Launch of Borland® C++BuilderX™|date=June 15, 2009}}</ref> CBX was written using the same framework as [[JBuilder]] and bore little resemblance to either C++Builder or Delphi. This product was aimed at developing large programs for enterprises, but did not sell well. On Sep 22, 2003, Borland Software Corporation and PalmSource, Inc. announced Borland has licensed the PalmSource software development kits (SDKs) and will support Palm OS development in the Borland C++BuilderX Integrated Development Environment (IDE) and latest Borland Application Lifecycle Management (ALM) solutions for C++.<ref>{{Cite web|url=http://www.borland.com/us/company/news/press_releases/2003/09_22_03_borland_and_palmsource_advance_cpp_development.html|archive-url=https://web.archive.org/web/20090223055516/http://www.borland.com/us/company/news/press_releases/2003/09_22_03_borland_and_palmsource_advance_cpp_development.html|url-status=dead|archive-date=February 23, 2009|title=Borland and PalmSource Advance Enterprise C++ Development for Palm OS® Mobile Applications|date=February 23, 2009}}</ref> At the end of 2004 Borland announced that it would continue to develop the earlier C++Builder and bundle it with the [[Borland Delphi|Delphi]] development suite, abandoning C++BuilderX. === 2006 === On Oct 10, 2005, Borland announced the release of C++Builder 2006 (previously codenamed "DeXter").<ref name="auto"/> Minimum supported operating system was changed to Windows 2000. About a year after the announcement, the company released ''Borland Developer Studio 2006'', which includes ''Borland C++Builder 2006'', with improved configuration management and bug fixes. ''Borland Developer Studio 2006'' is a single package containing Delphi, C++Builder, and C#Builder. === 2007 === In 2006 Borland's Developer Tools Group, developers of C++Builder, was transferred to a wholly owned subsidiary, [[CodeGear]]. June 5, 2007, CodeGear released ''C++Builder 2007'',<ref>{{cite web |title=What's New in RAD Studio (C++Builder 2007) |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_RAD_Studio_(C%2B%2BBuilder_2007) |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> providing: * Full API support for Microsoft Windows Vista including themed applications and seamless VCL support for Aero and Vista Desktop * Increased ANSI C++ conformance * Up to 500% faster in-IDE build performance * Support for [[MSBuild]], DBX4 database architecture, and "VCL for the Web" which supports [[Ajax (programming)|Ajax]] * IDE, debugger, dbExpress, and VCL component improvements ''CodeGear RAD Studio 2007'' incorporates ''C++Builder 2007'' and ''Delphi''. Also in 2007 Borland revived the "Turbo" brand and released two "Turbo" editions of C++Builder: Turbo C++ Professional, and Turbo C++ Explorer (no longer available from CodeGear), based on ''Borland C++Builder 2006''. In 2008 CodeGear was purchased by Embarcadero Technologies, who continued development. === 2009 and 2010 === After purchasing CodeGear, Embarcadero Technologies bundled C++Builder with [[Delphi (software)|Delphi]] and other tools and released them as RAD Studio.<ref>{{Cite web|url=https://www.embarcadero.com/press-releases|title=See Embarcadero's press releases for different software application development and database products in various countries and regions.|website=Embarcadero Website|access-date=2019-12-22|archive-url=https://web.archive.org/web/20190712113200/https://www.embarcadero.com/press-releases|archive-date=2019-07-12|url-status=live}}</ref> C++Builder 2009 was released on August 25, 2008, featuring:<ref>{{cite web |title=What's New in Delphi and C++Builder 2009 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_2009 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * Full Unicode support throughout VCL and RTL * Early adoption of the [[C++0x]] standard * Full ITE (Integrated Translation Environment) support * Native [[Ribbon (computing)|Ribbon]] components * Inclusion of the [[Boost C++ Libraries|Boost]] library. * VCL and RTL enhancements * New DataSnap library for database applications. C++Builder 2010 followed August 24, 2009, adding:<ref>{{cite web |title=What's New in Delphi and C++Builder 2010 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_2010 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * Touch and gesture support for VCL components * C++ specific class explorer * Code completion improvements * IDE updates === XE releases === Embarcadero changed the versioning scheme. Each new version of C++Builder was called XE#, where # is a sequential integer. ==== XE ==== C++Builder XE was released August 30, 2010 and included:<ref>{{cite web |title=C++Builder Changes for XE|url=http://docwiki.embarcadero.com/RADStudio/XE5/en/C%2B%2BBuilder_Changes_for_XE |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * Multiple C++ language updates * New C++ compiler options * Multiple user-requested fixes ==== XE2 ==== C++Builder XE2 was released August 31, 2011 and included:<ref>{{cite web |title=What's new in C++Builder XE2 |url=https://edn.embarcadero.com/article/41600 |website=Embarcadero Developer Network |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref><ref>{{cite web |title=What's New in Delphi and C++Builder XE2 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE2 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * New 'FireMonkey' library for creating cross-platform GUIs (Windows, macOS, iOS) * dbExpress to deliver new connectivity options with support for InterBase XE, FireBird 2.5, SQL Anywhere 12 and ODBC * DataSnap mobile support for iOS, Android, Blackberry, and Windows Phone * Expanded cloud computing integration with new data and deployment options to Amazon EC2 and Microsoft Windows Azure * LiveBindings for VCL and FireMonkey components * Multiple new reporting tools ==== XE3 ==== C++Builder XE3 was released September 4, 2012 and added:<ref>{{cite web |title=C++Builder XE3 Data Sheet |url=http://www.embarcadero.com.pl/produkty/starter-tools/xe3/cbuilder-data-sheet.pdf |website=Embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref><ref>{{cite web |title=What's New in Delphi and C++Builder XE3 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE3#What.27s_New_in_C.2B.2BBuilder_64-Bit_Windows |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020 |archive-date=23 May 2014 |archive-url=https://web.archive.org/web/20140523225500/http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE3#What.27s_New_in_C.2B.2BBuilder_64-Bit_Windows |url-status=dead }}</ref> * Windows 8 Style UI * Enhanced native UI control styling * 3rd party Pro-Designer UI Styles * Support for Mac OS X Mountain Lion & Retina * Project templates * Touch and Live Tile support * 1-click conversion for existing apps * Audio/Video Multimedia controls * Simple “Draw to bind” data and properties between objects * Quick app prototyping * Organize bindings with Layers ==== XE4 ==== C++Builder XE4 was released April 22, 2013, and included:<ref>{{cite web |title=C++Builder XE4 Frequently Asked Questions |url=http://www.embarcadero.com.pl/produkty/cbuilder/cbxe4/cbxe4_faq.shtml |website=Embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref><ref>{{cite web |title=What's New in Delphi and C++Builder XE4 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE4 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * 64-bit Windows compiler based on [[Clang]] 3.1. The 32-bit compiler was still based on Embarcadero's older technology. * FireDAC library for database access * Many new FireMonkey components and updates * Mobile Form Designer ==== XE5 ==== C++Builder XE5 was released September 11, 2013, and included:<ref>{{Cite web |url=http://www.embarcadero.com/products/cbuilder/cbuilder-feature-matrix.pdf |title=C++Builder XE5 Feature Matrix |access-date=2013-10-12 |archive-url=https://web.archive.org/web/20131021135825/http://www.embarcadero.com/products/cbuilder/cbuilder-feature-matrix.pdf |archive-date=2013-10-21 |url-status=dead }}</ref> * Time Picker control for Windows and OS&nbsp;X * Built-in search filtering for TListView on Windows and OS&nbsp;X * FM Platform performance optimizations * Professional edition includes expanded FireDAC support for local databases, including Microsoft Access database, SQLite database, InterBase ToGo / IBLite, InterBase on localhost, MySQL Embedded, MySQL Server on localhost, Advantage Database local engine, PostgreSQL on localhost, Firebird Embedded, and Firebird on localhost * FireDAC integrated into the C++Builder install for Professional, Enterprise, Ultimate and Architect editions * REST Client support for simplified invocation of REST services * Authorization support including Basic Authentication, Plan Authentication, OAuth1, OAuth2 * TRestClient, TRestRequest, and TRestResponse components * REST Debugger tool for testing REST calls and their parameters C++Builder XE5 Starter Edition includes: * Develop 32-bit Windows application using the C++Builder VCL and FireMonkey application platform * IDE and visual development environment * Hundreds of included components * License for use until user's individual revenue from C++Builder applications or company revenue reaches $1,000 US or development team expands to more than five developers Available editions include Architect, Ultimate, Enterprise, Professional, Starter. ==== XE6 ==== Released April 15, 2014, C++Builder XE6 included:<ref>{{cite web |title=What's New in Delphi and C++Builder XE6 |url=http://docwiki.embarcadero.com/RADStudio/XE6/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE6 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020 |archive-date=10 February 2016 |archive-url=https://web.archive.org/web/20160210121752/http://docwiki.embarcadero.com/RADStudio/XE6/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE6 |url-status=dead }}</ref> * FireMonkey Android application support * Support for Windows 64-bit packages * C++ compiler improvements * IDE, Deployment Manager, and SDK Manager improvements ==== XE7 ==== Released September 2, 2014, C++Builder XE7 added:<ref>{{cite web |title=What's New in Delphi and C++Builder XE7 |url=http://docwiki.embarcadero.com/RADStudio/XE7/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE7 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020 |archive-date=18 October 2014 |archive-url=https://web.archive.org/web/20141018185341/http://docwiki.embarcadero.com/RADStudio/XE7/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE7 |url-status=dead }}</ref> * FireMonkey multi-platform support through "multi-device applications" * Runtime Library improvements for Bluetooth, parallel programming, XML, and web encoding/decoding * Enterprise Mobility Services to interface with DataSnap REST APIs and enterprise database data. ==== XE8 ==== C++Builder XE8, released April 7, 2015, included the following new features:<ref>{{cite web |title=What's New in Delphi and C++Builder XE8 |url=http://docwiki.embarcadero.com/RADStudio/XE8/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE8 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020 |archive-date=6 June 2021 |archive-url=https://web.archive.org/web/20210606105150/http://docwiki.embarcadero.com/RADStudio/XE8/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE8 |url-status=dead }}</ref> * GetIt Package Manager updates * Native iOS Presentation for FireMonkey components * Desktop web browser component * Interactive mobile maps * New media library options * Mobile app analytics * New C++ compiler for 64-bit iOS * Mercurial version control integration * New DUnitX testing framework === Subsequent releases === In 2015, Embarcadero once again changed the versioning scheme. Starting with version number 10.0, each version also received a nickname. ==== 10.0 ''Seattle'' ==== Released August 31, 2015, Seattle<ref>{{cite web |title=What's New |url=http://docwiki.embarcadero.com/RADStudio/Seattle/en/What's_New |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> updated the IDE with: * CLANG 3.3 C++ compiler suite with some exceptions<ref>{{Cite web|url=http://www.embarcadero.com/products/cbuilder/whats-new|title=What's New in RAD Studio 11 Alexandria}}</ref> * Windows 10 FireMonkey, CVL, and RTL support * VCL Windows 10 controls * New VCL Styles * Multi-monitor configuration improvements * Updates to the IDE, debugger, database and cloud libraries, and documentation ==== 10.0.1 Update 1 ==== Released November 2015, Update 1 added: * FMX Grid control for iOS * iOS native UI styling * New FMX feature demos * Platform support for iOS 10 and macOS Sierra ==== 10.1 ''Berlin'' ==== Released April 20, 2016,<ref>{{cite web | url=https://www.componentsource.com/news/feature-releases/2016/04/26/cbuilder-architect | date=April 25, 2016 | access-date=September 29, 2016 | title=C++Builder 10.1 Berlin released | publisher=ComponentSource | archive-url=https://web.archive.org/web/20161001212425/https://www.componentsource.com/news/feature-releases/2016/04/26/cbuilder-architect | archive-date=October 1, 2016 | url-status=live }}</ref> Berlin added: * FireUI App Previews - Lets you preview your FireMonkey application on iOS, Android, OS X and Windows as you are designing the app * Android API 23 support * Improved Style Designer * Address Book for iOS and Android * DataSnap support for JSON streaming * FireDAC database improvements * Improved support for new Azure and AWS APIs * Runtime Library optimizations * iOS (32 and 64 bit) and Android debuggers ==== 10.1.1 Update 1 ==== Released September 2016, Update 1 added: * iOS native styling for TGrid * FMX ListView Item Designer and search filter * iOS 10 and macOS Sierra support ==== 10.1.2 Update 2 ==== Released December 2016, Update 2 added:<ref>{{cite web |title=RAD Studio 10.1 Berlin Update 2 |url=https://www.embarcadero.com/products/rad-studio/10-1-berlin-update-2 |website=Embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Windows Desktop Bridge deployment support * VCL QuickEdits * New Windows 10 styles * Improved GetIt package manager ==== 10.2 ''Tokyo'' ==== Released March 22, 2017,<ref>{{Cite news|url=https://www.componentsource.com/news/feature-releases/2017/03/22/cbuilder-professional|title=C++Builder Professional 10.2 Tokyo|date=22 March 2017|work=ComponentSource|access-date=2017-03-29|language=en-US|archive-url=https://web.archive.org/web/20170330003855/https://www.componentsource.com/news/feature-releases/2017/03/22/cbuilder-professional|archive-date=30 March 2017|url-status=live}}</ref> Tokyo included:<ref>{{cite web |title=What's New |url=http://docwiki.embarcadero.com/RADStudio/Tokyo/en/What%27s_New |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Better support for debugging * Better Codegen in Clang-enhanced compilers * C++ Android applications can be built without requiring specific versions of the NDK * Linker utilizing up to 4GiB of memory * Improved exception handling * Improved app tethering * iOS and macOS debugger enhancements * High DPI fixes for VCL components ==== 10.2.1 Update 1 ==== Released August 2017, Update 1 added:<ref>{{cite web |title=10.2 Tokyo - Release 1 |url=http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_1 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * C++ compiler and linker quality fixes * Support for iOS 10.3 and XCode 8.3.3 when targeting the iOS App Store * Runtime Library and VCL enhancements * Android control rendering enhancements ==== 10.2.2 Update 2 ==== Released December 2017, Update 2 added:<ref>{{cite web |title=10.2 Tokyo - Release 2 |url=http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_2 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * FireMonkey QuickEdits * New VCL controls * Updated IDE look and feel * iPhone 11 and X support ==== 10.2.3 Update 3 ==== Released March 2018, Update 3 provided quality improvements and fixes for:<ref>{{cite web |title=10.2 Tokyo - Release 3 |url=http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_3 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * iOS 11.3 support * CodeInsight * C++ compiler 4k stack allocation * Context help * Android push notification ==== 10.3 ''Rio'' ==== C++Builder 10.3 was released November 21, 2018 with new features:<ref>{{cite web |title=What's New |url=http://docwiki.embarcadero.com/RADStudio/Rio/en/What%27s_New |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * C++17 Support * Improved code completion * Improved math performance for C++ functions * Error Insight preview of code issues * New libraries through the GetIt package manager * Improved IDE, dark theme * VCL High DPI component support * TWindowsStore component * Support for Android API 26 * Android Z-Order, native controls, and new permissions model * iOS 12 support * Multiple database improvements * Improved REST architecture * Improved Azure and AWS S3 support ==== 10.3.1 Update 1 ==== Released February 2019, Update 1 added:<ref>{{cite web |title=10.3 Rio - Release 1 |url=http://docwiki.embarcadero.com/RADStudio/Rio/en/10.3_Rio_-_Release_1 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Expanded support for iOS12 and iPhone X * HTTP and SOAP Client Library enhancements for Windows * Bookmarks and Navigator IDE productivity tools * 15 custom VCL and FMX styles * Compiler improvements and bugfixes ==== 10.3.2 Update 2 ==== Released July 2019, Update 2 added:<ref>{{cite web |title=10.3 Rio - Release 2 |url=http://docwiki.embarcadero.com/RADStudio/Rio/en/10.3_Rio_-_Release_2 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * C++17 support for Windows 64-bit * Improved Code Insight and Code Completion * Updates to the Android Firebase push notification support * Run Time Library optimizations * VCL, FMX, and IDE quality improvements ==== 10.3.3 Update 3 ==== Released November 2019, Update 3 provided numerous quality enhancements and bug fixes for:<ref>{{cite web |title=10.3 Rio - Release 3 |url=http://docwiki.embarcadero.com/RADStudio/Rio/en/10.3_Rio_-_Release_3 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * C++ RTL and compiler * IDE, iOS/Android compatibility * FireDAC and Database tools * Web clients * Debugger ==== 10.4 ''Sydney'' ==== Released May 26, 2020, Sydney improved the product by adding:<ref>{{cite web |title=What's New |url=http://docwiki.embarcadero.com/RADStudio/Sydney/en/What%27s_New |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Unified memory management * Expanded C++ library support * Windows 64-bit debugging and linking improvements * New VCL Styles and control styling for high-DPI monitors * Metal driver GPU support for macOS and iOS * Enhanced parallel programming library support * Improved LiveBindings performance ==== 10.4.1 Update 1 ==== Released September 2020, Update 1 added:<ref>{{cite web |title=10.4 Sydney - Release 1 |url=http://docwiki.embarcadero.com/RADStudio/Sydney/en/10.4_Sydney_-_Release_1 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Quality improvements to IDE, C++ Toolchain, FMX, VCL, and other libraries * Improved support for multi-monitor desktop layouts * Windows 64-bit debugger and linker enhancements ==== 10.4.2 Update 2 ==== Released February 2021, Update 2 added:<ref>{{cite web |title=10.4 Sydney - Release 2 |url=http://docwiki.embarcadero.com/RADStudio/Sydney/en/10.4_Sydney_-_Release_2 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=3 March 2021}}</ref> * Advertising component for iOS, including AdMob support based on the Google Firebase SDK * VCL TControlList control, a flexible and virtualized list control, designed as a high-performance control for very long lists and a modern look and feel * VCL TNumberBox control, a modern-looking numeric input control, for integer, floating point numbers, and currency values * Updated Konopka Signature VCL Controls (over 200 additional Windows UI controls), available for download in the GetIt Package Manager ==== 11 ''Alexandria'' ==== C++Builder 11 was released September 10, 2021.<ref>{{cite web |title=Release Notes |url=https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Release_Notes |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=10 September 2021}}</ref> ==== 11.1 Update 1 ==== On March 15, 2022, Embarcadero released RAD Studio 11.1 with new features including:<ref>{{cite web |title=Release Notes |url=https://docwiki.embarcadero.com/RADStudio/Alexandria/en/11_Alexandria_-_Release_1|website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=17 May 2022}}</ref> * Many IDE Improvements * Extensive High DPI IDE quality, plus improved use of the IDE with Remote Desktop * Improvements with High DPI designers for VCL and FireMonkey and the styled VCL form designer * GetIt Library Manager enhancements * Code Insight Across Delphi and C++Builder * The Delphi LSP engine saw big performance improvements * The Delphi and C++ compilers for the various platforms were improved in terms of stability and performance * Improved RTL, UI, and Database Libraries ==== 11.1.5 C++ Code Insight Update ==== On July 14, 2022, Embarcadero released C++Builder 11.1.5 C++ Code Insight Update with a number of improvements and quality fixes for C++ developers using C++Builder 11.1 by adding:<ref>{{cite web |title=Release Notes |url=https://docwiki.embarcadero.com/RADStudio/Alexandria/en/What%27s_New_in_11.1.5|website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=14 July 2022}}</ref><ref>{{cite web |title=Release Notes |url=https://blogs.embarcadero.com/available-today-the-cbuilder-and-rad-studio-11-1-5-c-code-insight-update/|website=blogs.embarcadero.com |publisher=David Millington |access-date=14 July 2022}}</ref> * New handling multiple navigation destinations * New delayed indexing to reduce CPU usage * New third option for LSP Code Insight * Performance improvements * Improvements display of code completion results * Improved navigation * An issue for users of the classic compiler * Issues saving all files in a project * More improvements and a variety of quality fixes == See also == *[[Comparison of integrated development environments]] == References == {{Reflist}} == External links == *Embarcadero Technologies, Inc. C++Builder current version product pages: [http://www.embarcadero.com/products/cbuilder/ Full version] {{Webarchive|url=https://web.archive.org/web/20121113053304/http://www.embarcadero.com/products/cbuilder |date=2012-11-13 }}, [http://www.embarcadero.com/products/cbuilder/starter Starter edition] *[http://www.embarcadero.com/products/cbuilder/downloads C++Builder current version downloads] *Embarcadero Technologies, Inc. C++Builder archived pages for prior versions: [https://web.archive.org/web/20090812143557/http://www.embarcadero.com/products/cbuilder 2009], [https://web.archive.org/web/20100725104247/http://www.embarcadero.com/products/cbuilder 2010], [https://web.archive.org/web/20110807193119/http://www.embarcadero.com/products/cbuilder XE], [https://web.archive.org/web/20120817031600/http://www.embarcadero.com/kr/products/cbuilder XE2], [https://web.archive.org/web/20130403195914/http://www.embarcadero.com/products/cbuilder XE3], [https://web.archive.org/web/20130509225940/https://www.embarcadero.com/products/cbuilder XE4] *CodeGear from Borland (Borland Software Corporation) C++Builder pages: [https://web.archive.org/web/20070103090454/http://www.codegear.com/Default.aspx?tabid=123 2006], [https://web.archive.org/web/20070831220654/http://www.codegear.com/products/cppbuilder 2007], [https://web.archive.org/web/20080614210700/http://www.codegear.com/products/cppbuilder/ 2007 R2] *Borland Software Corporation C++Builder pages: [https://web.archive.org/web/20050406020231/http://www.borland.com/cbuilder/cbuilder_5/index.html 5], [https://web.archive.org/web/20050804014841/http://www.borland.com/us/products/cbuilder/index.html 6], [https://web.archive.org/web/20050602000228/http://www.borland.com/cbuilder/ 6 Studio], [https://web.archive.org/web/20061207222525/http://www.borland.com/us/products/cbuilder/index.html 2006], [https://web.archive.org/web/20050516014004/http://www.borland.com/cbuilderx/ C++BuilderX] *Inprise Corporation Borland C++Builder pages: [https://web.archive.org/web/19990508193950/http://www.borland.com/bcppbuilder/ 4], [https://web.archive.org/web/20010124055800/http://www.borland.com/bcppbuilder/ 5] *Borland International, Inc. C++Builder pages: [https://web.archive.org/web/19970605043133/http://www.borland.com/bcppbuilder/ 1], [https://web.archive.org/web/19980423082418/http://www.borland.com/bcppbuilder/ 3] *[https://downloads.embarcadero.com/free/c_builder Download selection of 2010, v5.5, and other versions] *[http://bcbjournal.com C++Builder Developer's Journal] {{Webarchive|url=https://web.archive.org/web/20050320233728/http://bcbjournal.com/ |date=2005-03-20 }} {{Integrated development environments}} {{GUI builders}} {{Authority control}} {{DEFAULTSORT:CPlusPlusBuilder}} [[Category:C++ compilers]] [[Category:C (programming language) compilers]] [[Category:CodeGear software]] [[Category:Integrated development environments]] [[Category:Pascal (programming language) software]] [[Category:User interface builders]]'
New page wikitext, after the edit (new_wikitext)
'{{more citations needed|date=December 2012}} {{Infobox programming language | logo = <!-- (filename) --> | logo caption = | collapsible = <!-- to make screenshot collapsible --> | screenshot = <!-- (filename) --> | screenshot caption = | sampleCode = | paradigms = [[object-oriented programming|object-oriented]], [[functional programming|functional]], [[strongly typed]] | family = C++ | developers = [[Borland]], [[CodeGear]], [[Embarcadero Technologies|Embarcadero]] | released = {{Start date and age|1997|01|07}} | latest release version = 12.1 Athens | latest release date = {{Start date and age|2024|04|04}} | typing = | scope = | programming language = | discontinued = | platform = [[x64]] | operating system = [[Windows 10]]<ref>{{Cite web | url=http://docwiki.embarcadero.com/RADStudio/Sydney/en/Installation_Notes#Operating_System_Requirements | title=Installation Notes - Operating System Requirements | access-date=2020-09-05}}</ref> | license = [[Trialware]] | file ext = | file format = <!-- or: | file formats = --> | website = {{URL|https://www.embarcadero.com/products/cbuilder}} | implementations = | dialects = | influenced by = [[Delphi (software)|Delphi]], [[C++]] | influenced = }} '''C++Builder''' is a [[rapid application development]] (RAD) environment for developing software in the [[C++]] programming language. Originally developed by [[Borland]], {{As of|2009|lc=on}} it is owned by [[Embarcadero Technologies]], a subsidiary of [[Idera Software|Idera]]. C++Builder can compile apps for [[Windows]] (both [[IA-32]] and [[x64]]), [[iOS]], [[macOS]], and [[Android (operating system)|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 [[Embarcadero Delphi|Delphi]], an IDE that uses the [[Object Pascal]] programming language. C++Builder combines the [[Visual Component Library]] (VCL) and [[Integrated development environment|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.) == Technology == C++Builder uses the same IDE as [[Embarcadero Delphi|Delphi]], and shares many core libraries. Notable shared Delphi (Object Pascal code) and C++ Builder routines include the FastMM4 [[Memory management|memory manager]], which was developed as a community effort within the [[FastCode]] project, the entire UI framework known as the [[Visual Component Library|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 as straightforward but possible. C++Builder originally targeted only the [[Microsoft Windows]] platform. Later versions incorporated Borland [[Component Library for Cross Platform|CLX]], a cross-platform development visual component library based on [[Qt (toolkit)|Qt]], that supports Windows and Linux, however CLX is now abandoned. The current version by Embarcadero supports cross-platform development using the new Firemonkey (FMX) library. == Editions == C++ Builder is available in four editions with increasing features and price: *'''Community''': Available for free for one year but has a limited commercial-use license. Includes local database connectivity and some library source code. *'''Professional''': Adds cross-platform compilation for macOS, (until version 10.2.2: iOS and Android requiring the purchase of the additional ''Mobile Add-On pack''), more library source code, code formatting, and a full commercial license. *'''Enterprise''': Includes the mobile target platforms and adds client/server database connectivity, Enterprise Mobility Services, and DataSnap multi-tier SDK. *'''Architect''': Adds data modeling tools. ==History== Traditionally, the release cycle was such that Delphi got major enhancements first, with C++Builder following,<ref>{{Cite web |url=http://www.pcmag.co.uk/personal-computer-world/software/2043341/borland-c-builder |title=Borland C++Builder 5.0 - PC Magazine |access-date=2007-10-28 |archive-url=https://web.archive.org/web/20071117114633/http://www.pcmag.co.uk/personal-computer-world/software/2043341/borland-c-builder |archive-date=2007-11-17 |url-status=dead }}</ref> though recent versions have been released at the same time as their Delphi equivalents.<ref>{{Cite web|url=https://delphi.fandom.com/wiki/Delphi_Release_Dates|title=Delphi Release Dates|website=Delphi Programming|access-date=2019-12-22|archive-url=https://web.archive.org/web/20191025035101/https://delphi.fandom.com/wiki/Delphi_Release_Dates|archive-date=2019-10-25|url-status=live}}</ref> === 1.0 === [[Borland]] announced the preview version of C++Builder 1.0 on January 7, 1997.<ref>{{Cite web|url=http://www.borland.com/bcppbuilder/press/1997/cppbdemo.html|title=PR-BORLAND ANNOUNCES WEB AVAILABILITY OF PREVIEW EDITION OF BORLAND C++BUILDER|date=June 5, 1997|access-date=April 6, 2019|archive-url=https://web.archive.org/web/19970605062709/http://www.borland.com/bcppbuilder/press/1997/cppbdemo.html|archive-date=June 5, 1997|url-status=live}}</ref> The company released a retail version on February 26, 1997,<ref>{{Cite web|url=http://www.borland.com/bcppbuilder/press/1997/bcbshps.html|title=BORLAND SHIPS BORLAND C++BUILDER|date=June 5, 1997|access-date=April 6, 2019|archive-url=https://web.archive.org/web/19970605053212/http://www.borland.com/bcppbuilder/press/1997/bcbshps.html|archive-date=June 5, 1997|url-status=live}}</ref> in three editions: "Standard," "Professional," and "Client/Server Suite."<ref name="auto">{{Cite web|url=http://www.borland.com/us/company/news/press_releases/2005/10_10_05_borland_delphi_and_cpp_builder_2006_deliver_key_new_features.html|archive-url=https://web.archive.org/web/20090226200336/http://www.borland.com/us/company/news/press_releases/2005/10_10_05_borland_delphi_and_cpp_builder_2006_deliver_key_new_features.html|url-status=dead|archive-date=February 26, 2009|title=Borland® Delphi® 2006 and C++Builder® 2006 Deliver Key New Features to Speed Microsoft® Windows® and .NET Application Delivery|date=February 26, 2009}}</ref> === 3.0 === Borland skipped the 2.0 version number to align C++Builder with its Delphi version numbering. === 4.0 === New features include:<ref>{{Cite web|url=http://www.borland.com/about/press/1999/bcb4.html|archive-url=https://web.archive.org/web/20011030070137/http://www.borland.com/about/press/1999/bcb4.html|url-status=dead|archive-date=October 30, 2001|title=Inprise Corporation Launches borland.com With Announcement Of Borland C++Builder 4|date=October 30, 2001}}</ref> *Integrated Inprise Corporation's VisiBroker 3.3 with event and naming services *New multi-standard flexible C++ compiler *Support for the latest ANSI/ISO C++ language specifications, including a host of compiler enhancements including Dynamic Compilation and Adaptive Compiler Technology (ACT), which radically speed compiler build processes; full ANSI/ISO template implementation; full ANSI/ISO STL (standard template library) support; and a high-performance 32-bit ANSI C++ native code compiler. *Fully customizable AppBrowser IDE *Latest support for Windows 98, 95, and NT including multiple monitors, common controls, docking forms and toolbars, and more. *New Code and Parameter completion, and the new ClassExplorer live structured class view and member creation wizards. *Exclusive C++ debugging tools, including remote debugging for distributed development (COM and CORBA); multi-process and cross-process debugging with debug inspectors, dynamic watch windows, and debug tooltips. *Internet tools, including ActiveForms for building Web browser C++ applications and WebBroker for building CGI, WinCGI, ISAPI, and NSAPI C++ applications and over 25 Internet protocol components for instantly adding HTTP, FTP, SMTP, POP, NNTP, HTML, and TCP/IP support to any C++ application. *Multi-Tier Database Development Services (MIDAS) Development Kit, including MIDAS 2. *Support for industry standards, including Oracle Corporation's Oracle8i database server; Microsoft Corporation's Microsoft Foundation Classes (MFC), Microsoft Active Template Library (ATL), Microsoft SQL Server 7 and MTS (Microsoft Transaction Server); and Inprise Corporation's Object Windows Library (OWL) and Visual Component Library (VCL). *EZ-COM, which simplifies C++ COM client development and One-Step ActiveX Control creation with new Data Binding support. === 5.0 === On March 22, 2000, Inprise Corporation announced the release of Borland C++Builder 5, available in Enterprise, Professional, Standard editions.<ref>{{Cite web |url=http://www.borland.com/news/press_releases/2000/01_26_00_bcb5.html |title=Inprise/Borland Announces Availability Of Borland C++Builder 5 |access-date=2005-02-06 |archive-url=https://web.archive.org/web/20050206020708/http://www.borland.com/news/press_releases/2000/01_26_00_bcb5.html |archive-date=2005-02-06 |url-status=dead }}</ref> New features include:<ref>{{Cite web |url=http://www.borland.com/news/press_releases/2000/01_26_00_bcb5.html |title=Inprise/Borland Announces Borland C++ Builder 5 |access-date=2004-10-13 |archive-url=https://web.archive.org/web/20041013160423/http://www.borland.com/news/press_releases/2000/01_26_00_bcb5.html |archive-date=2004-10-13 |url-status=dead }}</ref> *Support of Windows 2000. *Internet Express *XML and HTML4 Support for Full-featured Dynamic Clients *Active Server Objects for the Microsoft Internet Platform *TeamSource *Interbase 6.5 === 6.0 === On February 5, 2002, Borland announced the release of C++Builder 6 on February 8, 2002, in three editions: "Enterprise," "Professional," and "Personal."<ref>{{Cite web |url=http://www.borland.com/news/press_releases/2002/02_05_02_cpp_webservices.html |title=Borland Targets C++ Web Services Opportunity |access-date=2005-03-10 |archive-url=https://web.archive.org/web/20050310193742/http://www.borland.com/news/press_releases/2002/02_05_02_cpp_webservices.html |archive-date=2005-03-10 |url-status=dead }}</ref> 60-day free trial download of C++Builder 6 Enterprise was also planned. New features include:<ref>{{Cite web |url=http://www.borland.com/cbuilder/pdf/cb6_feamatrix.pdf |title=Feature Matrix |access-date=2003-06-05 |archive-url=https://web.archive.org/web/20030605093449/http://www.borland.com/cbuilder/pdf/cb6_feamatrix.pdf |archive-date=2003-06-05 |url-status=dead }}</ref> *Support of Windows XP *BizSnap e-business development platform with Web Services *WebSnap Web application development platform *Borland CLX component library (Professional/Enterprise) *dbExpress (Professional/Enterprise), Enterprise edition adds DB2/Informix/Oracle dbExpress drivers *NetCLX WebBroker WebBroker-compatible cross-platform Web application development framework for Windows and Linux (Professional/Enterprise) *MyBase XML data briefcases (Professional/Enterprise) *[[Borland C++]] Compiler 5.5 Minimum supported operating system was changed to Windows 98. === C++BuilderX === On Sep 15, 2003, Borland Software Corporation announced the release of ''Borland C++BuilderX'' (CBX), which was also included as part of the latest Borland Enterprise Studio for Mobile.<ref>{{Cite web|url=http://www.borland.com/us/company/news/press_releases/2003/09_15_03_mobile_industry_welcomes_cbx.html|archive-url=https://web.archive.org/web/20090615203456/http://www.borland.com/us/company/news/press_releases/2003/09_15_03_mobile_industry_welcomes_cbx.html|url-status=dead|archive-date=June 15, 2009|title=Mobile Industry Welcomes the Launch of Borland® C++BuilderX™|date=June 15, 2009}}</ref> CBX was written using the same framework as [[JBuilder]] and bore little resemblance to either C++Builder or Delphi. This product was aimed at developing large programs for enterprises, but did not sell well. On Sep 22, 2003, Borland Software Corporation and PalmSource, Inc. announced Borland has licensed the PalmSource software development kits (SDKs) and will support Palm OS development in the Borland C++BuilderX Integrated Development Environment (IDE) and latest Borland Application Lifecycle Management (ALM) solutions for C++.<ref>{{Cite web|url=http://www.borland.com/us/company/news/press_releases/2003/09_22_03_borland_and_palmsource_advance_cpp_development.html|archive-url=https://web.archive.org/web/20090223055516/http://www.borland.com/us/company/news/press_releases/2003/09_22_03_borland_and_palmsource_advance_cpp_development.html|url-status=dead|archive-date=February 23, 2009|title=Borland and PalmSource Advance Enterprise C++ Development for Palm OS® Mobile Applications|date=February 23, 2009}}</ref> At the end of 2004 Borland announced that it would continue to develop the earlier C++Builder and bundle it with the [[Borland Delphi|Delphi]] development suite, abandoning C++BuilderX. === 2006 === On Oct 10, 2005, Borland announced the release of C++Builder 2006 (previously codenamed "DeXter").<ref name="auto"/> Minimum supported operating system was changed to Windows 2000. About a year after the announcement, the company released ''Borland Developer Studio 2006'', which includes ''Borland C++Builder 2006'', with improved configuration management and bug fixes. ''Borland Developer Studio 2006'' is a single package containing Delphi, C++Builder, and C#Builder. === 2007 === In 2006 Borland's Developer Tools Group, developers of C++Builder, was transferred to a wholly owned subsidiary, [[CodeGear]]. June 5, 2007, CodeGear released ''C++Builder 2007'',<ref>{{cite web |title=What's New in RAD Studio (C++Builder 2007) |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_RAD_Studio_(C%2B%2BBuilder_2007) |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> providing: * Full API support for Microsoft Windows Vista including themed applications and seamless VCL support for Aero and Vista Desktop * Increased ANSI C++ conformance * Up to 500% faster in-IDE build performance * Support for [[MSBuild]], DBX4 database architecture, and "VCL for the Web" which supports [[Ajax (programming)|Ajax]] * IDE, debugger, dbExpress, and VCL component improvements ''CodeGear RAD Studio 2007'' incorporates ''C++Builder 2007'' and ''Delphi''. Also in 2007 Borland revived the "Turbo" brand and released two "Turbo" editions of C++Builder: Turbo C++ Professional, and Turbo C++ Explorer (no longer available from CodeGear), based on ''Borland C++Builder 2006''. In 2008 CodeGear was purchased by Embarcadero Technologies, who continued development. === 2009 and 2010 === After purchasing CodeGear, Embarcadero Technologies bundled C++Builder with [[Delphi (software)|Delphi]] and other tools and released them as RAD Studio.<ref>{{Cite web|url=https://www.embarcadero.com/press-releases|title=See Embarcadero's press releases for different software application development and database products in various countries and regions.|website=Embarcadero Website|access-date=2019-12-22|archive-url=https://web.archive.org/web/20190712113200/https://www.embarcadero.com/press-releases|archive-date=2019-07-12|url-status=live}}</ref> C++Builder 2009 was released on August 25, 2008, featuring:<ref>{{cite web |title=What's New in Delphi and C++Builder 2009 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_2009 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * Full Unicode support throughout VCL and RTL * Early adoption of the [[C++0x]] standard * Full ITE (Integrated Translation Environment) support * Native [[Ribbon (computing)|Ribbon]] components * Inclusion of the [[Boost C++ Libraries|Boost]] library. * VCL and RTL enhancements * New DataSnap library for database applications. C++Builder 2010 followed August 24, 2009, adding:<ref>{{cite web |title=What's New in Delphi and C++Builder 2010 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_2010 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * Touch and gesture support for VCL components * C++ specific class explorer * Code completion improvements * IDE updates === XE releases === Embarcadero changed the versioning scheme. Each new version of C++Builder was called XE#, where # is a sequential integer. ==== XE ==== C++Builder XE was released August 30, 2010 and included:<ref>{{cite web |title=C++Builder Changes for XE|url=http://docwiki.embarcadero.com/RADStudio/XE5/en/C%2B%2BBuilder_Changes_for_XE |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * Multiple C++ language updates * New C++ compiler options * Multiple user-requested fixes ==== XE2 ==== C++Builder XE2 was released August 31, 2011 and included:<ref>{{cite web |title=What's new in C++Builder XE2 |url=https://edn.embarcadero.com/article/41600 |website=Embarcadero Developer Network |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref><ref>{{cite web |title=What's New in Delphi and C++Builder XE2 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE2 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * New 'FireMonkey' library for creating cross-platform GUIs (Windows, macOS, iOS) * dbExpress to deliver new connectivity options with support for InterBase XE, FireBird 2.5, SQL Anywhere 12 and ODBC * DataSnap mobile support for iOS, Android, Blackberry, and Windows Phone * Expanded cloud computing integration with new data and deployment options to Amazon EC2 and Microsoft Windows Azure * LiveBindings for VCL and FireMonkey components * Multiple new reporting tools ==== XE3 ==== C++Builder XE3 was released September 4, 2012 and added:<ref>{{cite web |title=C++Builder XE3 Data Sheet |url=http://www.embarcadero.com.pl/produkty/starter-tools/xe3/cbuilder-data-sheet.pdf |website=Embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref><ref>{{cite web |title=What's New in Delphi and C++Builder XE3 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE3#What.27s_New_in_C.2B.2BBuilder_64-Bit_Windows |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020 |archive-date=23 May 2014 |archive-url=https://web.archive.org/web/20140523225500/http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE3#What.27s_New_in_C.2B.2BBuilder_64-Bit_Windows |url-status=dead }}</ref> * Windows 8 Style UI * Enhanced native UI control styling * 3rd party Pro-Designer UI Styles * Support for Mac OS X Mountain Lion & Retina * Project templates * Touch and Live Tile support * 1-click conversion for existing apps * Audio/Video Multimedia controls * Simple “Draw to bind” data and properties between objects * Quick app prototyping * Organize bindings with Layers ==== XE4 ==== C++Builder XE4 was released April 22, 2013, and included:<ref>{{cite web |title=C++Builder XE4 Frequently Asked Questions |url=http://www.embarcadero.com.pl/produkty/cbuilder/cbxe4/cbxe4_faq.shtml |website=Embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref><ref>{{cite web |title=What's New in Delphi and C++Builder XE4 |url=http://docwiki.embarcadero.com/RADStudio/XE5/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE4 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> * 64-bit Windows compiler based on [[Clang]] 3.1. The 32-bit compiler was still based on Embarcadero's older technology. * FireDAC library for database access * Many new FireMonkey components and updates * Mobile Form Designer ==== XE5 ==== C++Builder XE5 was released September 11, 2013, and included:<ref>{{Cite web |url=http://www.embarcadero.com/products/cbuilder/cbuilder-feature-matrix.pdf |title=C++Builder XE5 Feature Matrix |access-date=2013-10-12 |archive-url=https://web.archive.org/web/20131021135825/http://www.embarcadero.com/products/cbuilder/cbuilder-feature-matrix.pdf |archive-date=2013-10-21 |url-status=dead }}</ref> * Time Picker control for Windows and OS&nbsp;X * Built-in search filtering for TListView on Windows and OS&nbsp;X * FM Platform performance optimizations * Professional edition includes expanded FireDAC support for local databases, including Microsoft Access database, SQLite database, InterBase ToGo / IBLite, InterBase on localhost, MySQL Embedded, MySQL Server on localhost, Advantage Database local engine, PostgreSQL on localhost, Firebird Embedded, and Firebird on localhost * FireDAC integrated into the C++Builder install for Professional, Enterprise, Ultimate and Architect editions * REST Client support for simplified invocation of REST services * Authorization support including Basic Authentication, Plan Authentication, OAuth1, OAuth2 * TRestClient, TRestRequest, and TRestResponse components * REST Debugger tool for testing REST calls and their parameters C++Builder XE5 Starter Edition includes: * Develop 32-bit Windows application using the C++Builder VCL and FireMonkey application platform * IDE and visual development environment * Hundreds of included components * License for use until user's individual revenue from C++Builder applications or company revenue reaches $1,000 US or development team expands to more than five developers Available editions include Architect, Ultimate, Enterprise, Professional, Starter. ==== XE6 ==== Released April 15, 2014, C++Builder XE6 included:<ref>{{cite web |title=What's New in Delphi and C++Builder XE6 |url=http://docwiki.embarcadero.com/RADStudio/XE6/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE6 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020 |archive-date=10 February 2016 |archive-url=https://web.archive.org/web/20160210121752/http://docwiki.embarcadero.com/RADStudio/XE6/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE6 |url-status=dead }}</ref> * FireMonkey Android application support * Support for Windows 64-bit packages * C++ compiler improvements * IDE, Deployment Manager, and SDK Manager improvements ==== XE7 ==== Released September 2, 2014, C++Builder XE7 added:<ref>{{cite web |title=What's New in Delphi and C++Builder XE7 |url=http://docwiki.embarcadero.com/RADStudio/XE7/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE7 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020 |archive-date=18 October 2014 |archive-url=https://web.archive.org/web/20141018185341/http://docwiki.embarcadero.com/RADStudio/XE7/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE7 |url-status=dead }}</ref> * FireMonkey multi-platform support through "multi-device applications" * Runtime Library improvements for Bluetooth, parallel programming, XML, and web encoding/decoding * Enterprise Mobility Services to interface with DataSnap REST APIs and enterprise database data. ==== XE8 ==== C++Builder XE8, released April 7, 2015, included the following new features:<ref>{{cite web |title=What's New in Delphi and C++Builder XE8 |url=http://docwiki.embarcadero.com/RADStudio/XE8/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE8 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020 |archive-date=6 June 2021 |archive-url=https://web.archive.org/web/20210606105150/http://docwiki.embarcadero.com/RADStudio/XE8/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE8 |url-status=dead }}</ref> * GetIt Package Manager updates * Native iOS Presentation for FireMonkey components * Desktop web browser component * Interactive mobile maps * New media library options * Mobile app analytics * New C++ compiler for 64-bit iOS * Mercurial version control integration * New DUnitX testing framework === Subsequent releases === In 2015, Embarcadero once again changed the versioning scheme. Starting with version number 10.0, each version also received a nickname. ==== 10.0 ''Seattle'' ==== Released August 31, 2015, Seattle<ref>{{cite web |title=What's New |url=http://docwiki.embarcadero.com/RADStudio/Seattle/en/What's_New |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=6 November 2020}}</ref> updated the IDE with: * CLANG 3.3 C++ compiler suite with some exceptions<ref>{{Cite web|url=http://www.embarcadero.com/products/cbuilder/whats-new|title=What's New in RAD Studio 11 Alexandria}}</ref> * Windows 10 FireMonkey, CVL, and RTL support * VCL Windows 10 controls * New VCL Styles * Multi-monitor configuration improvements * Updates to the IDE, debugger, database and cloud libraries, and documentation ==== 10.0.1 Update 1 ==== Released November 2015, Update 1 added: * FMX Grid control for iOS * iOS native UI styling * New FMX feature demos * Platform support for iOS 10 and macOS Sierra ==== 10.1 ''Berlin'' ==== Released April 20, 2016,<ref>{{cite web | url=https://www.componentsource.com/news/feature-releases/2016/04/26/cbuilder-architect | date=April 25, 2016 | access-date=September 29, 2016 | title=C++Builder 10.1 Berlin released | publisher=ComponentSource | archive-url=https://web.archive.org/web/20161001212425/https://www.componentsource.com/news/feature-releases/2016/04/26/cbuilder-architect | archive-date=October 1, 2016 | url-status=live }}</ref> Berlin added: * FireUI App Previews - Lets you preview your FireMonkey application on iOS, Android, OS X and Windows as you are designing the app * Android API 23 support * Improved Style Designer * Address Book for iOS and Android * DataSnap support for JSON streaming * FireDAC database improvements * Improved support for new Azure and AWS APIs * Runtime Library optimizations * iOS (32 and 64 bit) and Android debuggers ==== 10.1.1 Update 1 ==== Released September 2016, Update 1 added: * iOS native styling for TGrid * FMX ListView Item Designer and search filter * iOS 10 and macOS Sierra support ==== 10.1.2 Update 2 ==== Released December 2016, Update 2 added:<ref>{{cite web |title=RAD Studio 10.1 Berlin Update 2 |url=https://www.embarcadero.com/products/rad-studio/10-1-berlin-update-2 |website=Embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Windows Desktop Bridge deployment support * VCL QuickEdits * New Windows 10 styles * Improved GetIt package manager ==== 10.2 ''Tokyo'' ==== Released March 22, 2017,<ref>{{Cite news|url=https://www.componentsource.com/news/feature-releases/2017/03/22/cbuilder-professional|title=C++Builder Professional 10.2 Tokyo|date=22 March 2017|work=ComponentSource|access-date=2017-03-29|language=en-US|archive-url=https://web.archive.org/web/20170330003855/https://www.componentsource.com/news/feature-releases/2017/03/22/cbuilder-professional|archive-date=30 March 2017|url-status=live}}</ref> Tokyo included:<ref>{{cite web |title=What's New |url=http://docwiki.embarcadero.com/RADStudio/Tokyo/en/What%27s_New |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Better support for debugging * Better Codegen in Clang-enhanced compilers * C++ Android applications can be built without requiring specific versions of the NDK * Linker utilizing up to 4GiB of memory * Improved exception handling * Improved app tethering * iOS and macOS debugger enhancements * High DPI fixes for VCL components ==== 10.2.1 Update 1 ==== Released August 2017, Update 1 added:<ref>{{cite web |title=10.2 Tokyo - Release 1 |url=http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_1 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * C++ compiler and linker quality fixes * Support for iOS 10.3 and XCode 8.3.3 when targeting the iOS App Store * Runtime Library and VCL enhancements * Android control rendering enhancements ==== 10.2.2 Update 2 ==== Released December 2017, Update 2 added:<ref>{{cite web |title=10.2 Tokyo - Release 2 |url=http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_2 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * FireMonkey QuickEdits * New VCL controls * Updated IDE look and feel * iPhone 11 and X support ==== 10.2.3 Update 3 ==== Released March 2018, Update 3 provided quality improvements and fixes for:<ref>{{cite web |title=10.2 Tokyo - Release 3 |url=http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_3 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * iOS 11.3 support * CodeInsight * C++ compiler 4k stack allocation * Context help * Android push notification ==== 10.3 ''Rio'' ==== C++Builder 10.3 was released November 21, 2018 with new features:<ref>{{cite web |title=What's New |url=http://docwiki.embarcadero.com/RADStudio/Rio/en/What%27s_New |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * C++17 Support * Improved code completion * Improved math performance for C++ functions * Error Insight preview of code issues * New libraries through the GetIt package manager * Improved IDE, dark theme * VCL High DPI component support * TWindowsStore component * Support for Android API 26 * Android Z-Order, native controls, and new permissions model * iOS 12 support * Multiple database improvements * Improved REST architecture * Improved Azure and AWS S3 support ==== 10.3.1 Update 1 ==== Released February 2019, Update 1 added:<ref>{{cite web |title=10.3 Rio - Release 1 |url=http://docwiki.embarcadero.com/RADStudio/Rio/en/10.3_Rio_-_Release_1 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Expanded support for iOS12 and iPhone X * HTTP and SOAP Client Library enhancements for Windows * Bookmarks and Navigator IDE productivity tools * 15 custom VCL and FMX styles * Compiler improvements and bugfixes ==== 10.3.2 Update 2 ==== Released July 2019, Update 2 added:<ref>{{cite web |title=10.3 Rio - Release 2 |url=http://docwiki.embarcadero.com/RADStudio/Rio/en/10.3_Rio_-_Release_2 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * C++17 support for Windows 64-bit * Improved Code Insight and Code Completion * Updates to the Android Firebase push notification support * Run Time Library optimizations * VCL, FMX, and IDE quality improvements ==== 10.3.3 Update 3 ==== Released November 2019, Update 3 provided numerous quality enhancements and bug fixes for:<ref>{{cite web |title=10.3 Rio - Release 3 |url=http://docwiki.embarcadero.com/RADStudio/Rio/en/10.3_Rio_-_Release_3 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * C++ RTL and compiler * IDE, iOS/Android compatibility * FireDAC and Database tools * Web clients * Debugger ==== 10.4 ''Sydney'' ==== Released May 26, 2020, Sydney improved the product by adding:<ref>{{cite web |title=What's New |url=http://docwiki.embarcadero.com/RADStudio/Sydney/en/What%27s_New |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Unified memory management * Expanded C++ library support * Windows 64-bit debugging and linking improvements * New VCL Styles and control styling for high-DPI monitors * Metal driver GPU support for macOS and iOS * Enhanced parallel programming library support * Improved LiveBindings performance ==== 10.4.1 Update 1 ==== Released September 2020, Update 1 added:<ref>{{cite web |title=10.4 Sydney - Release 1 |url=http://docwiki.embarcadero.com/RADStudio/Sydney/en/10.4_Sydney_-_Release_1 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=9 November 2020}}</ref> * Quality improvements to IDE, C++ Toolchain, FMX, VCL, and other libraries * Improved support for multi-monitor desktop layouts * Windows 64-bit debugger and linker enhancements ==== 10.4.2 Update 2 ==== Released February 2021, Update 2 added:<ref>{{cite web |title=10.4 Sydney - Release 2 |url=http://docwiki.embarcadero.com/RADStudio/Sydney/en/10.4_Sydney_-_Release_2 |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=3 March 2021}}</ref> * Advertising component for iOS, including AdMob support based on the Google Firebase SDK * VCL TControlList control, a flexible and virtualized list control, designed as a high-performance control for very long lists and a modern look and feel * VCL TNumberBox control, a modern-looking numeric input control, for integer, floating point numbers, and currency values * Updated Konopka Signature VCL Controls (over 200 additional Windows UI controls), available for download in the GetIt Package Manager ==== 11 ''Alexandria'' ==== C++Builder 11 was released September 10, 2021.<ref>{{cite web |title=Release Notes |url=https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Release_Notes |website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=10 September 2021}}</ref> ==== 11.1 Update 1 ==== On March 15, 2022, Embarcadero released RAD Studio 11.1 with new features including:<ref>{{cite web |title=Release Notes |url=https://docwiki.embarcadero.com/RADStudio/Alexandria/en/11_Alexandria_-_Release_1|website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=17 May 2022}}</ref> * Many IDE Improvements * Extensive High DPI IDE quality, plus improved use of the IDE with Remote Desktop * Improvements with High DPI designers for VCL and FireMonkey and the styled VCL form designer * GetIt Library Manager enhancements * Code Insight Across Delphi and C++Builder * The Delphi LSP engine saw big performance improvements * The Delphi and C++ compilers for the various platforms were improved in terms of stability and performance * Improved RTL, UI, and Database Libraries ==== 11.1.5 C++ Code Insight Update ==== On July 14, 2022, Embarcadero released C++Builder 11.1.5 C++ Code Insight Update with a number of improvements and quality fixes for C++ developers using C++Builder 11.1 by adding:<ref>{{cite web |title=Release Notes |url=https://docwiki.embarcadero.com/RADStudio/Alexandria/en/What%27s_New_in_11.1.5|website=docwiki.embarcadero.com |publisher=Embarcadero Technologies |access-date=14 July 2022}}</ref><ref>{{cite web |title=Release Notes |url=https://blogs.embarcadero.com/available-today-the-cbuilder-and-rad-studio-11-1-5-c-code-insight-update/|website=blogs.embarcadero.com |publisher=David Millington |access-date=14 July 2022}}</ref> * New handling multiple navigation destinations * New delayed indexing to reduce CPU usage * New third option for LSP Code Insight * Performance improvements * Improvements display of code completion results * Improved navigation * An issue for users of the classic compiler * Issues saving all files in a project * More improvements and a variety of quality fixes == See also == *[[Comparison of integrated development environments]] == References == {{Reflist}} == External links == *Embarcadero Technologies, Inc. C++Builder current version product pages: [http://www.embarcadero.com/products/cbuilder/ Full version] {{Webarchive|url=https://web.archive.org/web/20121113053304/http://www.embarcadero.com/products/cbuilder |date=2012-11-13 }}, [http://www.embarcadero.com/products/cbuilder/starter Starter edition] *[http://www.embarcadero.com/products/cbuilder/downloads C++Builder current version downloads] *Embarcadero Technologies, Inc. C++Builder archived pages for prior versions: [https://web.archive.org/web/20090812143557/http://www.embarcadero.com/products/cbuilder 2009], [https://web.archive.org/web/20100725104247/http://www.embarcadero.com/products/cbuilder 2010], [https://web.archive.org/web/20110807193119/http://www.embarcadero.com/products/cbuilder XE], [https://web.archive.org/web/20120817031600/http://www.embarcadero.com/kr/products/cbuilder XE2], [https://web.archive.org/web/20130403195914/http://www.embarcadero.com/products/cbuilder XE3], [https://web.archive.org/web/20130509225940/https://www.embarcadero.com/products/cbuilder XE4] *CodeGear from Borland (Borland Software Corporation) C++Builder pages: [https://web.archive.org/web/20070103090454/http://www.codegear.com/Default.aspx?tabid=123 2006], [https://web.archive.org/web/20070831220654/http://www.codegear.com/products/cppbuilder 2007], [https://web.archive.org/web/20080614210700/http://www.codegear.com/products/cppbuilder/ 2007 R2] *Borland Software Corporation C++Builder pages: [https://web.archive.org/web/20050406020231/http://www.borland.com/cbuilder/cbuilder_5/index.html 5], [https://web.archive.org/web/20050804014841/http://www.borland.com/us/products/cbuilder/index.html 6], [https://web.archive.org/web/20050602000228/http://www.borland.com/cbuilder/ 6 Studio], [https://web.archive.org/web/20061207222525/http://www.borland.com/us/products/cbuilder/index.html 2006], [https://web.archive.org/web/20050516014004/http://www.borland.com/cbuilderx/ C++BuilderX] *Inprise Corporation Borland C++Builder pages: [https://web.archive.org/web/19990508193950/http://www.borland.com/bcppbuilder/ 4], [https://web.archive.org/web/20010124055800/http://www.borland.com/bcppbuilder/ 5] *Borland International, Inc. C++Builder pages: [https://web.archive.org/web/19970605043133/http://www.borland.com/bcppbuilder/ 1], [https://web.archive.org/web/19980423082418/http://www.borland.com/bcppbuilder/ 3] *[https://downloads.embarcadero.com/free/c_builder Download selection of 2010, v5.5, and other versions] *[http://bcbjournal.com C++Builder Developer's Journal] {{Webarchive|url=https://web.archive.org/web/20050320233728/http://bcbjournal.com/ |date=2005-03-20 }} {{Integrated development environments}} {{GUI builders}} {{Authority control}} {{DEFAULTSORT:CPlusPlusBuilder}} [[Category:C++ compilers]] [[Category:C (programming language) compilers]] [[Category:CodeGear software]] [[Category:Integrated development environments]] [[Category:Pascal (programming language) software]] [[Category:User interface builders]]'
Unified diff of changes made by edit (edit_diff)
'@@ -11,6 +11,6 @@ | developers = [[Borland]], [[CodeGear]], [[Embarcadero Technologies|Embarcadero]] | released = {{Start date and age|1997|01|07}} -| latest release version = 12 Athens -| latest release date = {{Start date and age|2023|11|09}} +| latest release version = 12.1 Athens +| latest release date = {{Start date and age|2024|04|04}} | typing = | scope = '
New page size (new_size)
38849
Old page size (old_size)
38847
Size change in edit (edit_delta)
2
Lines added in edit (added_lines)
[ 0 => '| latest release version = 12.1 Athens', 1 => '| latest release date = {{Start date and age|2024|04|04}}' ]
Lines removed in edit (removed_lines)
[ 0 => '| latest release version = 12 Athens', 1 => '| latest release date = {{Start date and age|2023|11|09}}' ]
Whether or not the change was made through a Tor exit node (tor_exit_node)
false
Unix timestamp of change (timestamp)
'1712296747'