C/C++ C++ Builder / RAD Studio Embarcadero

  • Thread starter Thread starter levadny
  • Start date Start date
  • Tags Tags
    C++
AI Thread Summary
C++ Builder and RAD Studio by Embarcadero are popular tools for developing native cross-platform applications, allowing developers to create apps for Windows, Mac, iOS, and Android without the need for cross-compiling. While praised for their capabilities and ease of use, the pricing structure is seen as prohibitive for individual developers and small companies, with licenses costing thousands of dollars and upgrades being an additional expense. There is an estimated user base of around 3 million globally, with notable usage in various companies. The discussion highlights that while Embarcadero C++ Builder XE5 supports some C++11 features, it does not fully comply with the standard, lacking support for lambda expressions and the auto keyword. The introduction of the CLANG compiler in XE10 improved compliance and functionality.
levadny
Messages
32
Reaction score
16
Hello All!

Anybody uses C++ Builder / RAD Studio Embarcadero? For me I used Embarcadero products on work for all project. For me interesting information of used Embarcadero in other countries. Thanks.
 
Technology news on Phys.org
I've used C++ Builder for some time and it is quite good but I also use Visual Studio when I need to develop some C++ code.

Now, for RAD Studio, the capabilities are really great requiring the minimum efforts by developers in order to create native cross-platform apps (Windows, Mac, iOS, Android) with no cross-compiling or wrapping around the code. That is really great but when it comes to price, the cost is prohibitive for single developers / small companies and it is somewhat expensive for even bigger companies. The license (of some thousands dollars) purchased with RAD Studio is not exactly perpetual as it does not include upgrades (which are about once per year) and technical support although great, is somewhat expensive too. I don't say that the total costs included are unreasonable given the power of RAD Studio but the whole thing is somewhat overpriced.

For its usage, as far as I know, it is advertised to have around 3 million users worldwide. In my country I know quite a few people using it in the companies they work for.
 
Thanks. I work in little russian company (120 employees). We use official version RAD XE5. It's expensive for us.
 
What C++ standart use in Embarcadero C++ XE5-XE10? I don't find this in official web site.
 
Embarcadero C++ Builder XE 5 had already C++ 11 standards compliance.
 
Ok. Thanks. But Builder not follow full standart. I cannot use lambda expression and auto keyword in XE5.
 
C++ Builder XE 5 compiler was bcc32 (Windows, Mac OS X) and bcc64 (Windows), the old compiler with some enhancements for C++ 11. In version XE 10 (Seattle) Embarcadero introduced CLANG an enhanced compiler and also a toolchain for Win32 (bcc32c). For the features of the latest developments of Embarcadero for Delphi, C++ Builder and RAD Studio see here.
 
  • Like
Likes levadny
Good. Thanks a lot!
 
  • Like
Likes QuantumQuest

Similar threads

Back
Top