Three Important Modern C++ Features That Can Be Used With C++ Builder
Hello C++ Developers, this week, we have 3 more modern C++ features that can be used in C++ Builder. In C++14 you can store string in strings using modern programming methods. In the first post, we...
View ArticleI first met Philippe Kahn and Turbo Pascal 40 years ago this month
In 1983, I was working for Softsel Computer Products (Softsel) in the product evaluation, support and training group. Softsel had a booth at the Fall 1983 COMDEX (Computer Dealer Expo) conference...
View ArticleThree Important C++14 Features That You Can Use In C++ Builder 12
Hello C++ Developers, Yilmaz here, community manager for LearnCPlusPlus.org. This week was another milestone for the C++ developers, the new RAD Studio 12, the new C++ Builder 12, and the new Delphi 12...
View ArticleZXing.Delphi (Zebra Crossing) Demo Updated for RAD Studio 12 (Android and iOS)
ZXing.Delphi (Zebra Crossing) In the same way I did for RAD Studio 11 here, I successfully compiled a small demo app using the ZXing library for Delphi – but now using RAD Studio 12. This...
View ArticleThis Is How To Develop Modern C++ Apps With C++ Builder 12
Hello C++ Developers, I am happy that in the last few years, IDERA Inc. Company and Embarcadero focused on supporting C++ more, which is a good strategy for the software industry. This support started...
View ArticleThis Is How To Use C++ Functions In A Python App
Do you want to know how to create and C++ functions in a Python app? In this article we will show you how to use the new C++ Builder 12 to create a C++ function, step...
View ArticleThree Professional C++ Posts That You Should Read
Hello Developers, 2024 is getting closer, and on your desktop or laptop there is a RAD Studio, C++ Builder 12, a modern C++ IDE. Combine these with a hot coffee, these are enough to develop great...
View ArticleEigen C++ Template Library with C++Builder and VCL
This post describes how to using the Eigen C++ Template Library with C++ Builder and VCL. What is the Eigen C++ Template Library? Eigen is a C++ template library for linear algebra: matrices, vectors,...
View ArticleWhat Are The CMath Mathematical Special Functions In Modern C++?
Hello developers, one of the most important parts of programming is using mathematical functions in calculations and developing faster and smarter computational algorithms. In professional programming,...
View ArticleThree Important C++ 17 Posts That Can Be Used In 2024
Happy New Year Developers! We wish you a great new year that brings peace, happiness, health, and success to you and your family. This week, we have 3 more Modern C++ features that can be used...
View ArticleUseful C++ 17 Features That You Should Learn
Hello Developers, in my opinion, the C++17 standard is one of the biggest milestones in the history of C++ development. It is amazing with a lot of new features, and in this weekly round post, we have...
View ArticleLet’s Develop A C++ Optimization AI App By Using Genetic Algorithms
Hello Everyone, this week we have new C++ posts that can be compiled with C++ Builder (versions 10, 11, or 12) or any other compiler that supports C++17 standard and beyond. AI technologies are...
View ArticleThe Long and Winding Road To Today’s Delphi – Happy 29th Birthday !
The Long and Winding Road To Delphi’s 29th Birthday This blog post contains a quick look at 29+ years of development, innovation, community and fun with Delphi. It Started with Pascal In order to get...
View ArticleHow To Use Data Containers With C++ Builder 12
Hello developers, I am really happy this year about the new version of RAD Studio 12, it has been released with a big impact of a lot of enhancements and quality improvements in C++ Builder 12 and...
View ArticleWhat Are The C++ 17 Random Number Generators
Hello developers, I hope you are all happy and well. This week we have new C++ posts about modern random generators in modern programming today. Since C++11, in addition to rand() and std::rand(), we...
View ArticleHow To Use Graphics With Modern Data Containers In C++ Builder 12
Hello C++ Developer, this week we have a new meeting about the latest C++ Builder 12 update, and we have 3 new posts to share with you. In these posts, we explain TViewport3D and TMesh...
View ArticleA Complete Guide To The List Of Features In C++ 11
C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then the C++14,...
View ArticleHow To Run Turbo Pascal On An Android Phone!
Here’s a guest blog post by Jim McKeeth, Embarcadero MVP and US Director of GDK Software Why run Turbo Pascal on Android? Because we can! As part of the Turbo Pascal 40th birthday celebration (combined...
View ArticleHow to View Digits of Pi in Real-Time with Delphi for Pi Day 2024
Here’s a guest blog post by Jim McKeeth, Embarcadero MVP and US Director of GDK Software. To celebrate the recent π day 2024 with a Delphi flavor I revisited the previous sample I made with...
View ArticleA Complete Guide To The List Of Features In C++ 14
C++ is one of the most powerful programming languages and it is being improved by every new C++ standard. The “Modern C++” term started with the release of the C++11 standards, and then extended...
View Article