top of page

What’s Coming for C++Builder, And What Are Modern C++ And Alignment Support

In this issue:

  1. What’s Coming for C++Builder: An Amazing Preview

  2. What Is Modern C++ in 2023?

  3. Learn About The Powerful Alignment Support Functions Of Modern C++

 

What’s Coming for C++Builder: An Amazing Preview


A few weeks ago we released RAD Studio and C++Builder 11.3, a quality release that’s been met with wide praise as the best of any recent version. This builds on several releases of 11.x, including our dedicated C++ quality release, 11.1.5.


With that quality background, we want to share our plans for the future of C++Builder and C++ within RAD Studio...

 

What Is Modern C++ in 2023?


Every year, the “Modern C++” term appears in many discussions. In general, the “Modern C++” term started with the release of the C++11standards. Since that time, the C++14, C++17, and C++20 standards followed.


In the future C++23 is on the horizon already. Modern C++ consists of a lot of features of previous C++ standards too and..

 

Learn About The Powerful Alignment Support Functions Of Modern C++


One of the features of Modern C++ is alignment support which was introduced with the C++11 standard. Most of the alignment support features can be used with modern C++ compilers that support one of the ISO Standards of C++11, C++14, C++17, and C++20.


In this post, we explain what is alignment support and how we can use alignas, alignof, std::align, aligned_union, aligned_storage, and aligned_alloc in Modern C++.

 

The contents of this blog, including the photos, originally appears on the Embarcadero Email, What’s Coming for C++Builder, And What Are Modern C++ And Alignment Support.


All credits goes to its respective owners.





Our Recent Posts

Archive

Tags

No tags yet.
bottom of page