Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++Code

What Changed With The C++17 Standard?

What Changed With The C++17 Standard

Hello developers, this week we have more new topics about C++ and there are tons of very understandable examples to develop with that can be used to develop new apps with modern programming tools. In the first post, we explain another useful container, the multiset (std::multiset). Multiset is a very useful container if you have multiple same key values, and we have examples of it. In other posts, we explain C++14 features removed from C++17 and a single C++11 feature removed from C++14. At the last post-pick, we explain deprecated C++14 features In C++17.

We want to remind that RADS 12.1 Athens and C++ Builder 12 Update 1 coming soon with a lot of great features. A few weeks ago, David Millington gave us more details about the latest news of the RAD Studio / C++ Builder 12.1 Update. I hope we may have this new update in April. Especially C++ Builder side has a lot of features coming, it is coming with the new Windows 64bit bcc64x compiler and a lot of new IDE features are expected. Seems like all these features will be explained on April 4th Thursday 10 AM (CST). It will be a great presentation, join Product Managers Marco Cantu, David Millington, and Nuno Castro, General Manager Kyle Wheeler, and Developer Advocate Ian Barker to see what’s coming in the RAD Studio 12.1 Athens release for Delphi and C++Builder developers. https://bit.ly/3v563vL

Everything You Need To Know About Metaprogramming In C++ 17 C++ 121 reserve your seat

C++ Builder has a brand new Clang compiler, and it’s a big deal for the IDE’s toolchain! Embarcadero’s C++Builder Product Manager David Millington took us through a new “Behind The Build” session for a frank and open behind-the-scenes look at the new Clang. Please note all features are not final and are subject to change or removal until the GA release.

Where I can I learn C++ to test these examples with a free C++ compiler?

If you don’t know anything about C++ or the C++ Builder IDE, don’t worry, we have a lot of great, easy to understand examples on the LearnCPlusPlus.org website and they’re all completely free. Just visit this site and copy and paste any examples there into a new Console, VCL, or FMX project, depending on the type of post. We keep adding more C and C++ posts with sample code. In today’s round-up of recent posts on LearnCPlusPlus.org, we have new articles with very simple examples that can be used with:

How to learn programming with C++?

In C++, you know that containers are powerful data storage arrays and they are very useful to iterate and search. A container is a holder object that stores data elements (a collection of data objects) such as std::arraystd::vector, and std::map. There is another useful container std::multiset, in the first post, we explain what std::multiset is.

Modern C++ has a lot of useful new classes, methods, templates, and keywords introduced with the new C++ standards. Mostly they are new or enhanced versions of previous ones. Because of new modern technologies and software requirements, some of these features are being deprecated and some are being removed. In the next post, we will list C++14 features removed from C++17 and beyond.

Because of new modern technologies and software requirements, some of these features are being deprecated and some are being removed. In the last post, we will list deprecated C++14 features in C++17 and affect to standards beyond.

How to learn modern C++ for free using C++ Builder 12?

LearnCPlusPlus.org has been producing full of educational articles about C and modern C++ that can be used with C++ Builder, C++ Builder CE, Dev-C++, BCC Compiler and some other compilers such as the GCC compiler. Here are our post picks for today.

We like to hear your feedback. You motivate us so much with your likes and comments on social media (find us on Facebook, LinkedIn, Reddit, Twitter / X and all over) and here on the blogs too. Thank you for your valuable comments and questions. All of them help improve the quality of our future posts.

We have a lot of unique posts waiting to come. We keep adding new topics every week about C++ in general and specific topics for C++ Builder, Dev-C++, and for the other C++ compilers. Please keep following our LearnCPlusPlus.org website for the latest posts and updates. Feel free to comment and share with your colleagues, students, members – knowledge is power, and knowledge shared is empowering.

Do you want to know some news about C++ Builder 12?

RAD Studio 12 focused on many quality and stability improvements for both Delphi and C++ as well as the whole IDE. However, it also contains a number of really great improvements specifically for C++ developers including a new preview of the CLANG toolchain and the totally awesome integration of the popular Visual Assist functionality. Here are every new and enhanced feature of RAD Studio 12, C++ Builder 12 and Delphi 12.

What Changed With The C++17 Standard C++ Logo

C++ Builder is the easiest and fastest C and C++ IDE for building everything from simple to professional applications. It is also easy for beginners to learn with its wide range of samples, tutorials, help files, and LSP support.

There is a free C++ Builder Community Edition for students, beginners, and startups; it can be downloaded from here. For professional developers, there are Professional, Architect, or Enterprise versions of C++ Builder and there is a trial version you can download from here.


Reduce development time and get to market faster with RAD Studio, Delphi, or C++Builder.
Design. Code. Compile. Deploy.
Start Free Trial   Upgrade Today

   Free Delphi Community Edition   Free C++Builder Community Edition

About author

Dr. Yilmaz Yoru has 35+ years of coding with more than 30+ programming languages, mostly C++ on Windows, Android, Mac-OS, iOS, Linux, and some other operating systems. He graduated and received his MSc and PhD degrees from the Department of Mechanical Engineering of Eskisehir Osmangazi University. He is the founder and CEO of ESENJA LLC Company. His interests are Programming, Thermodynamics, Fluid Mechanics, Artificial Intelligence, 2D & 3D Designs, and high-end innovations.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

IN THE ARTICLES