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

5 Ways To Expand Your Modern C++ Knowledge This Week

pexels kampus production 6248988

Hello C++ Developers,

LearnCPlusPlus.org is packed full of great articles on new modern C++ topics for the professionals and beginners. In this article we point you toward some recent great posts about creating new FMX Components by using the New Component Wizard, using unique_ptr Smart Pointer, using a smart pointer with linked listsvector definition, using begin end iterators with vectors.

If you are new to RAD Studio, we think these posts may help you as much as a rapid introduction to programming in C++ and C++ IDE if you’re a beginner, i all the way to the most robust, modern, and latest techniques for those more experienced with the language. For those who are perhaps wanting to expand their knowledge with the most up-to-date features, routines, and methodologies this is a great little boost (pun intended) to your C++ knowledge. The new RAD Studio 11C++ Builder 11, Delphi 11 are released with great new features and according to our tests the most of examples of LearnCPlusPlus.org are working well with the latest RADS 11.

You can see more of our C++ posts on this blog by clicking the following dynamic search link: https://blogs.embarcadero.com/?s=C%2B%2B

Here’s our selection:

How can we use C++ Builder in modern and professional ways?

These posts are designed to be easy to understand the modern C++. Here are the topics,

  • How To Make A New Windows FMX Component In C++
  • How To Use Smart Pointers For Dynamic C++ Memory Management
  • Learn To Use Powerful Modern Linked Lists In C++
  • How To Define Vectors In Modern C++ On Windows
  • How To Use Begin() And End() Iterator Methods Of Vectors

What kind of C++ questions are we answering?

These are the questions that we answer this week,

  • How can I create a new FMX Component?
  • How can I use the New Component menu?
  • How can I use and fill the New Component Wizard for the FMX component applications?
  • What is a Component in C++?
  • What is an Object in C++?
  • What are static memory allocation and dynamic memory allocation?
  • What are pointers in C and C++?
  • What are Modern C+ smart pointers?
  • What is the unique_ptr Smart Pointer?
  • What is the syntax for unique_ptr?
  • Is there an example for the unique_ptr?
  • Can I use linked lists with unique_ptr in a modern way?
  • How can I use a linked list with the class, struct combinations?
  • How can I use a smart pointer with linked lists?
  • How do I declare an instance of a linked list class?
  • How do I declare a linked list class in my C++ app?
  • What are the Vectors in C++?
  • How can we use std::vector?
  • How can I define a vector in different data types?
  • Can I define structs or other datatypes in std::vector?
  • How can I use the begin() iterator method?
  • How can I use the end() iterator method?
  • Can I get the last member of a vector by using the end() method?
  • How can I access the first element and the last placeholder element of a vector?
  • Can I print out members of vectors by using begin() and end() methods?

What are some of your favorite recent C++ posts?

Here are some terrific post picks from LearnCPlusPlus.org,

Your likes, comments on social media and here are real motivators for us. Thank you for all your valuable comments. All improve the quality of our future codes and posts.

We keep adding new topics 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.

cbuilder 11 512x5121x 7286189 9786336

C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional applications on the Windows, MacOS, iOS & Android operating systems. It is also easy for beginners to learn with its wide range of samples, tutorials, help files, and LSP support for code. RAD Studio’s C++ Builder version comes with the award-winning VCL framework for high-performance native Windows apps and the powerful FireMonkey (FMX) framework for cross-platform UIs.

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