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...
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 Article