C++

Delphi, C++Builder and RAD Studio 10.3 Rio are now available

We are very excited to announce that Delphi, C++Builder and RAD Studio 10.3 Rio are now available. One of our most significant releases yet, Rio introduces many new features in the IDE, making it more effective and pleasant to use, and significantly improves our customers’ ability to build Windows 10 and multi-device applications. It also provides an updated RAD Server for developers’…
Read more
C++

C++ language update - ISO C++ meeting, Bjarne videos, and more

Here are a few recent updates regarding the ISO C++ Language and CPPCon 2019 videos with Bjarne Stroustrup. Herb Sutter’s Trip report: Fall ISO C++ standards meeting (San Diego) “On Saturday November 10, the ISO C++ committee completed its fall meeting in San Diego, California, USA, hosted with thanks by Qualcomm. This was the biggest ISO C++ meeting in our 29-year…
Read more
News

C++ Libraries in GetIt: MurmurHash 3

An ongoing project we have is to ensure more popular, well-known C++ libraries are updated to work with C++Builder, and available to you from within GetIt, our package manager. You may have seen a post earlier this year about real-world (non-demo) apps that you can use with…
C++

Articles and News from the C++ community

To prepare for the appearance of C++17 support in the “Carnival” release of C++Builder (RAD Studio August 2018 Roadmap), here are some recent articles that have appeared in the C++ community. To stay up to date on what’s happening with ISO C++ you should…
C++

Happy 35 years to C++

Choosing a programming language to learn and utilize is an extremely personal choice and not one that developers take lightly. C++ has a long history as a popular language used to create Operating Systems, drivers, gaming engines and so much more. It expanded the C language by adding classes, inheritance and abstraction to its core, making it my favorite language to use. C++ is the first language…
Read more
C++

std::out &lt&lt "Happy 35th birthday, C++!"

C++ has a long history, beginning in 1979, with Cpre, which added classes to C. By 1980, it was C with Classes. And then in December of 1983, the term C++ was first used, suggested by Rick Mascitti. That’s thirty-five years ago this year! Read more in this…
News

Learn to program C++ with C++Builder Community Edition: #5 Operators, and final application!

Welcome to the fifth and final episode of Learning C++ with C++Builder Starter.Last time, we had a calculator and numerical input, demonstrating using boost::optional, smart pointers, and more. This post is shorter: it will finish the calculator with operators (implementing addition, subtraction, etc) and end with a full application, ready to move to cross-platform if you wish. Operators The…
Read more