Yesterday we released RAD Studio 10.2.3, and we have a number of new C++Builder features. I wrote earlier about rename refactoring for C++, but today I also want to mention one small but useful one for our power users: a new compiler driver called bcc32x.
It’s a minoraddition, but useful.
Our compilers
In 10.2.3, we ship a number of compilers.
First, our classic compilers: the C++…
New in C++Builder 10.2.3: C++ Rename Refactoring
March 14, 2018
Yesterday, we released RAD Studio 10.2.3! Over the next week, we’ll be blogging about some of the new features. Today I’d like to look at the introduction of rename refactoring for C++.
Whatis refactoring?
Over time, code grows and…
New in 10.2 Tokyo Release 3 for Delphi and C++Builder Professional edition is the inclusion of mobile support for new purchases and customers on active Update Subscription.
Previously sold as a separate add-on pack for Delphi and C++Builder Professional (or included as…
英巴正式发布RAD Studio 10.2.3
March 14, 2018
昨天美国正式发表了RAD Studio 10.2.3并且开放有软件服务授权的客户下载, 10.2.3的新功能可以在下面的网页中看到:
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/10.2_Tokyo_-_Release_3
在10.2.3的新功能中我比较重视的是终于开始支持CMake, 这个功能是许多C/C++客户经常询问的功能…
Asking Questions to Get Answers
March 9, 2018
Asking development and troubleshooting questions is a mix of art and science. Sites like Stack Overflow and other developer community forums will often reject questions that do not meet their standards. Even when you are sending a support request to our premium update…
C++Builder supports Boost, a common and useful C++ library. Through the GetIt package manager, you can install a build of v1.55 for our Clang compilers, or if you are using the classic compiler, an older version of Boost, v1.39.
Theversion available on GetIt for…