C++Code

What You Need For C++ Artificial Intelligence Step By Step

Hello C++ Developers, This week we released new posts about very basic introduction level AI technologies in LearnCPlusPlus.org for professionals and beginners. In these articles, we try to explain how AI works at the programming level and how you can develop your custom neuron models, network models, or your custom activation functions in C++. In recent decades, there have been rapid…
Read more
CodeDelphiIDERAD Studio

Delphi 11 Alexandria Defines

As part of my recent DelphiCon 2021 session, Multi-Platform Explorations using Delphi, FMX, Feeds, REST and More, my example code needed to use IFDEFs for some of the uses statements, variable definitions and code. This blog post contains an example of the use of defines…
News

RAD Studio 11 Alexandria November Patch Available

Today Embarcadero released a second patch for RAD Studio, Delphi, and C++Builder 11 Alexandria. The patch addresses one significant regression introduced by Patch 1 and improves the support for the latest Apple SDKs on macOS Monterey with a new version of PAServer for…
DelphiRAD Studio

5 Of The Top Reasons Why You Should Use APIs

An Application Programmable Interface or API allows two applications to interact with each other using the API as a bridge or intermediary. If you are not familiar with how to integrate an API then you may be spending a lot of time unnecessarily writing a lot of code from scratch. In other words, you may be working too hard! So what’s the catch? An IDE Software may help you to lessen the…
Read more
C++DelphiRAD StudioWindows

How To Change Your Background On Windows

Vaporwave and synthwave, which combine futurism and nostalgia, have become popular in recent years. We commissioned a Brazilian artist to create a vaporwave aesthetic for RAD Studio, Delphi, and C++Builder. What better way to mark the occasion than with some vaporwave desktop wallpapers and Win32 API calls? There is a separate wallpaper for RAD Studio, Delphi, and C++Builder, so you can choose…
Read more
C++

Six Top Tips On How To Use std::vector And AI In Modern C++

Hello C++ Developers, Here is a round-up of some recent posts about thestd::vectorin C++. For the professional developers, we have Parallel STL Algorithm example sort and ANN example for vectors. Vectorsare the modern way to use datatypes. They are found within the<vector>library. They are the same as dynamic arrays and they can resize themselves…
Read more