When I started programming with Delphi 7, my applications were stunning because of the wide variety of VCL styles. I liked the idea of just loading the style file and you are good to go. At this moment, creating dark and light mode for the applications is crazy. But, if you are developing applications in Delphi or C++ Builder, you have no problem!
Most of the time, other students were…
Increase Your Coding Experience By Adding Helpful Extensions To Your IDE
February 26, 2021
Developers love arguing and discussing different types of code editors most of the time. Someone says Vim is number one, someone says VSCode cracks everything. These all different code editors have different features and abilities to do tasks easily.
RAD Studio is…
We have seen dozens of signal processing or scientific calculation applications written in Delphi, and probably most of them have utilized the OptiVec. OptiVec offers a wide range of functions for scientific use.
The OptiVec includes the completely vectorized models of…
Enable User-Friendly Diagramming, Flowcharting, And Graphing Capabilities In Your Windows Applications
February 12, 2021
TMS Software offers commercial components and libraries for RAD Studio developers from UI components to cloud computing libraries. One of the best UI component suites is the FNC Blox which is a set of cross-platform controls for Delphi & C++ Builder to easily add user-friendly flowcharting, diagramming, and graphing capabilities to your applications.
TMS FNC Blox has its panel-like…
LearnCPlusPlus.org is a great resource for learning C++. It has a number of posts that cover the basics like selecting a C++ IDE and a C++ compiler (we know you’ll choose C++Builder and Dev-C++ for maximum productivity, right 😉 First up we have a top 6 compilers…
Introduction To Modern C++ With Tutorials
January 25, 2021
Hey, beginners, new C++ Developers, or Developers who want jump into the awesome C++ Builder world.
C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional modern applications on the Windows, MacOS, iOS & Android operating systems. It…
Quickly Create Cloud Aware Delphi And C++ Builder Windows Apps With IPWorks Cloud Storage Library
January 12, 2021
Cloud Computing and cloud services are now in demand. You can see every new application or system using cloud technologies like Azure Files, Amazon S3, OneDrive, or DropBox.
These services offer enterprise-grade and robust file saving services. And you get easy-to-manage features on your data by these services.
Delphi community has several open-source libraries related to these technologies.
I have seen several complex embedded Delphi systems in several industries running smoothly. And they have used 3rd parts components or libraries for data communications. One of the best and known toolkits is the Async Professional which provides direct access to serial…
Solve Complex Linear Algebra Problems With Eigen C++ Library
December 28, 2020
Since we learn C and C++ at university, we happen to get many projects related to Applied Math and Linear Algebra. And we should build an application to solve different complex problems with C/C++ (mostly C++). I have tried to implement some functions, for instance, dot…
Do you need a safer, faster, and more stable way for all Internet users to experience the web?
Before the RAD Studio, Delphi and/or C++ Builder 10.4 release we used an older classic TWebBrowser component that was dependent on Microsoft’s Internet Explorer.
The current 10.4 release introduces a new TEdgeBrowser component.
The new TEdgeBrowser component in 10.4 uses Microsoft’s…