A 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 ArticleWhat 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...
View ArticleWhat Are The Container Adapters in Modern C++?
Hello developers, here we will explain the container adapters. Before I get into that, as a C++ Builder developer, I should say that these past few weeks have made me so happy that we released...
View ArticleMy code used to work but crashes! Easily Solving Incorrect Code with bcc64x
We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and...
View ArticleHow To Use Skia With C++ Builder 12
The latest RAD Studio C++ Builder 12 Update 1 has been released with a lot of enticing new features, such as the new bcc64x 64-bit CLANG compiler that has VCL/FMX/Skia GUI support with a one-click...
View ArticleHow To Use Skia Shaders, SVG Images With C++ Builder 12
The latest RAD Studio C++ Builder 12 Update 1 has been released with a lot of amazing new features, such as the new bcc64x 64-bit CLANG compiler that has VCL/FMX/Skia GUI support with a one-click...
View ArticleHow To Start To Develop Generative AI Technology In C++ Builder 12
Hello C++ Developers! Yilmaz here, community manager for LearnCPlusPlus.org. I know most of you are interested in AI and using Python, Delphi, and other programming languages in addition to the C++...
View ArticleHow To Use Copy, Assign, Append, Insert, And Replace Methods Of C++ String Types
Hello C++ Developers, this week, we have 2 great articles about some of the methods of std::string and std::wstring. We have also a topic about the std::make_from_tuple function template. If you still...
View ArticleSaving And Remembering Settings The ‘Right’ Way – Webinar Replay
We positively bustled onwards with our webinar series showing you the basics of cross-platform and Windows software development with some nice bite-sized sessions. It’s very gratifying to hear from...
View ArticleHarnessing the power of the Web with Delphi & HTMX
If you ever wanted to create a server-based web application, then HTMX is a solution that offers great flexibility for development, allowing RAD Studio developers to deliver the business logic while...
View ArticleProfessionally Amplify Your C++ Applications With C++ Builder 12
Hello C++ Developers, recently we released the “Full list of features in C++11” on the LearnCPlusPlus.org website. These features and examples may amplify your C++ applications. In addition, if you are...
View ArticleHarnessing the power of the Web with Delphi & HTMX – Part 2
In Part 1 of this series, we explored a simple demonstration of a web application running with Delphi code inside a WebBroker application, and using HTMX as a kind of middle-man. In this article we...
View ArticleLet’s Develop Modern Apps With The Latest C++ Builder 12
Hello C++ Developers, this week we have 3 great posts. In the first post, we summarize the most used activation functions available today and we explain how they can be used in C++ examples. In other...
View ArticleRunning Delphi & HTMX in WordPress – HTMX series part 3
There are over 472 million websites powered by WordPress. What most of them have in common is that they don’t benefit from the power of the web because WordPress is limited by its PHP structure....
View ArticleUpgrading to C++Builder 12.2: Tip #1, the Patch
Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of...
View ArticleUpgrading to C++Builder 12.2: Tip #3, Massive Files with iostreams
Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of...
View ArticleUpgrading to C++Builder 12.2: Tip #4, Take Advantage of Security and Correctness
Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of...
View ArticleUpgrading to C++Builder 12.2: Tip #4 ¾, Help When Moving from 32 to 64 Bit
Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of...
View ArticleUpgrading to C++Builder 12.2: Tip #5, Split out C++ EH and SEH exception...
Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of...
View ArticleUpgrading to C++Builder 12.2: Tip #6, Handling Libraries with AutoLinking
Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of...
View ArticleUpgrading to C++Builder 12.2: Tip #7, bcc64x tips!
Welcome to a series of tips and tricks for taking advantage of the new Windows 64-bit Modern toolchain in C++Builder / RAD Studio 12.2! This builds on a webinar we did sharing a bunch of...
View ArticleHow To Live Track The ISS International Space Station
Our Winter Webinars series has been a lot of fun, showing you how to write genuine low-code cross-platform apps that do cool things with a few lines of code and get them to work on...
View Article