DelphiNewsTech Partner

RADoween: Full-Stack Web App Development with Delphi and TMS

Up and running from concept to launch in just five days On October 14, Atanas emailed Bruno with an idea for a TMS WEB Core-powered web app to run our internal partner Halloween costume contest. The goal was for a simple web page where team members could submit pictures of their Halloween costumes, and then everyone could vote on their favorites. Oh, and we needed it ASAP so we would have…
Read more
News

RAD Studio 11 Alexandria Patch 1 Available

Today Embarcadero released a patch for RAD Studio, Delphi, and C++Builder 11 Alexandria. The patch addresses a few relevant issues in the most recent release and is available to active update subscription customers in the GetIt Package Manager (with a matching alert showing…
C++IDERAD Studio

How To Use MS Edge Browser in C++ Plus How To Optimize Your C++ Code

Hello C++ Developers, Today we have some great topics over LearnCPlusPlus.org for whether you are a professional or just starting to learn how to write code in C++. In this article, we point you toward some great posts about Optimization, The EdgeBrowser component in VCL apps – what it does and how to use it; Vector Methods – all you could ever want to know, as well as a roundup of…
Read more
News

The New RAD Server Lite (RSLite) in RAD Studio 11

We announced the availability of a new option to deploy and license RAD Server as part of the RAD Studio 11 Alexandria release, with the goal of simplifying deployment for installations that do not require a large number of REST requests. What is RAD Server? Before I get to…
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
News

More VCL Support for Windows 11

With the official release of Windows 11, Embarcadero has made some specific VCL styles, and I’m offering some coding helpers specific to the new version of the Microsoft desktop OS. More will come over time. After the announcement earlier this year, Microsoft officially released Windows 11 last week. Despite some issues running the new operating system on older computers due to new…
Read more