Hello, fellow Dev-C++ and C++ Builder developers and educators.
It’s been another packed week of learning at LearnCPlusPlus.org and we’ve covered a lot of great subjects!
Topics this time include:
How can we use OpenMP Parallel Programming Library? What is Encapsulation? How to use Repeated Software Patterns? What is the Cost of the Void function? How do we set up C++ Builder?
Have You Made Your Application Server HTTP/2 Ready?
May 30, 2021
In early 2015,HTTP/2was introduced as the new standard byIESG. This standard makes your application faster, simpler, and more robust. In this article, we take you through the differences between HTTP/1 and HTTP/2, the benefits, using HTTP/1 and HTTP/2 with…
WebSockets are gaining traction as more browsers, including those for mobile devices, support them. This article introduces WebSockets briefly and creates a chat app using a Websockets component for Delphi, a Windows Program Development, provided by Delphi component provider…
Building Good with C++Builder Contest
May 28, 2021
Contest
Introducing the Building Good with C++Builder Contest! A contest to show your achievements with C++Builder that benefit people, communities, and the world.
We know many people use C++Builder to create software that does good: helps a nonprofit, assists scientific research, provides a tool to help with a daily task, and more. We’re running a contest to see the best software you’re…
Continuing last week blog post on binding expressions, let’s see how components can participate, but creating expressions that refer to properties.
Last week I introduced Delphi RTL expression engine in the blog post…
What are the fastest data encoding and decoding methods? Can we use shifting to encode or decode data or files? How can we make use of the C++ compiler? Can we use shifting on strings or binary data? Should we? We’ll do our best to answer all of these…
Powerful Advanced Scientific Computing - it's easy!
May 27, 2021
In this article, you’ll learn what scientific computing is, why we use python for scientific computing, and how to use python windows GUI builder with scientific computing libraries, the results, and many more.
What is Scientific Computing?
According to Golub and Ortega in 1992, Scientific Computing is the collection of tools, techniques, and theories required to solve mathematical models…
Developer Stories: Georgi Todorov Gerasimov Talks Us Through His Sophisticated File Encryption App
May 27, 2021
Georgi Todorov Gerasimov has been using Delphi for many years. He has a showcase entry submission (FPS-SE) at the Delphi 26th Showcase Challenge and we got to talk to him about his great Delphi experiences throughout the years. You can purchase and download his application…
C++Builder Optimization Guide with TwineCompile
May 26, 2021
In this post, we’re going to be covering tips and tricks on how you can optimize your c++ software projects to compile as fast as possible. While we’ll definitely be spending some time looking at optimizations geared for use with TwineCompile, some of these tricks apply…
The AI API “Fast Style” is a form of graphical style transfer which uses a neural network to combine the artistic styles of one image with another to render a new unique image. You can think of it as taking a photograph and combining it with a Manet painting to produce a unique photo after the style of Manet.
To make art, we will use the help of DeepAi.org a platform that you can…