C++Code

Everything You Need To Know About Paths And Files In C++

Hello C++ Developers, We have some really great C++ posts on LearnCPlusPlus.org with examples aboutPath Manipulation Routines that can be used in your C++ Builder Windows applications or your Mobile application, games, or may help to extend your C++ knowledge by the given different methods below. If you are new to RAD Studio, we think these posts may help you much as a rapid…
Read more
DelphiIDENews

New in RAD Studio 11: High DPI IDE and Form Designing!

There is a very exciting improvement in Delphi, C++Builder and RAD Studio 11.0 Alexandria: the IDE now fully supports high DPI scaling on high-resolution screens. This means that if you use Windows and have a 4K or similar high-res display, the IDE will render crisply and clearly on your screen. In fact, if you have two screens with different scales, you can have different IDE windows on those…
Read more
C++Code

What Are The New C++ Posts From LearnCPlusPlus.org?

Hello C++ Developers, Rad Studio 11 Alexandria has been released on 9th September 2021. This release introduces several new features for C++ IDE and Delphi programming languages, enhancements, and quality updates and bugfixes.  Some of the key areas are: You can provision apps for Windows 11Compile for Android API 30Compile for macOS M-series (Apple Silicon) processorsDesign on high-DPI…
Read more
News

Announcing the Availability of RAD Studio 11 Alexandria

Embarcadero is pleased to announce the release of Delphi 11, C++Builder 11 and RAD Studio 11. RAD Studio 11 Alexandria builds on the feature set of the 10.4 releases and offers many new features, including an improved user experience with a High DPI IDE.  In this blog post…
CodeDelphiRAD Studio

What You Need To Add Language Detection To Your Apps

Wouldn’t it be nice to enhance your app with automatic language detection support for 173 languages? The Languagelayer is a simple and powerful REST API built to efficiently match the text of any length to its corresponding language, cross-referencing single words, expressions, and grammatical constructions, as well as taking into account any existing accents, dialects, and other linguistic…
Read more