C++DelphiNews

Links do Embarcadero Dev Lounge Abril/2022

A cada novo episódio do Embarcadero Dev Lounge trazemos um resumo das principais notícias, exemplos e leituras do mundo Embarcadero publicadas durante o último mês. Abaixo temos os links apresentados no episódio de Abril/2022. RAD Studio 11.1 Alexandria RAD Studio 11 Alexandria Patch 1 Available Interbase Update 3 em Português Interbase Update 3 en Español InterBase For .NET…
Read more
C++DelphiRAD Studio

How To Use Cross-Platform Programming Languages: Expectations vs Reality

Cross-Platform languages are not something new. For more than two decades, cross-platform development has been with us, but each programming language and technology evolved differently, adopted different architecture, and offered even more choices to consider.  Today we are going to talk about different cross-platform programming languages, why they are good and what are their disadvantages…
Read more
C++DelphiRAD Studio

20 Fun Facts About The Best Low Code Platforms

Businesses are growing, and new challenges are rising. On the other hand, there is pressure to reduce costs by automating the tasks. The best solution is to lean on custom applications, but it takes a lot of time and is not affordable for most businesses. But do not make up…
C++Code

This Is How To Call DOS, Solve A Matrix And More In A C++ App

Hello C++ Developers, In today’s collection of posts, we will learn to call DOS commands from your C++ app. We also learn about the built-in shape components of C++ Builder with easy examples. More deeply we will learn to solve more complex engineering problems in C++ by using the SOR iteration method to solve millions of unknowns. In another post, in modern C++, we will learn to convert…
Read more
C++CodeDatabaseDelphiIDERAD Studio

8 Go-To Resources About Development On Windows

Alvin Toffler once wrote: “The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn and relearn.” Ironically, we are in the 21st century, and Windows software development is not an exception. This perpetual process of learning and unlearning can be tedious without proper resources. Fortunately, tons of free and premium…
Read more