C++Introduction to C++Language FeatureLearn C++

How To Use GetTempPath Method In C++ Builder?

C++ Builder has a lot of specific methods in its SysUtils library that are included in vcl and fmx libraries. Some of these are grouped as Path Manipulation Routines which allow the user to edit, extract, get and set drive name, directory name, file name, file extensions among other things. These methods are combined in Vcl.FileCtrl, System.IOUtils,  System.SysUtils libraries. These methods are…
Read more
C++Introduction to C++Language FeatureLearn C++

How To Extract The File Directory Name From A File Path In C++

C++ Builder is the easiest and fastest C and C++ IDE for building simple or professional applications on the Windows, macOS, iOS & Android operating systems. It is also easy for beginners to learn with its wide range of samples, tutorials, help files, and LSP support for code. RAD Studio’s C++ Builder version comes with the award-winning VCL framework for high-performance native Windows…
Read more
C++C++17Language FeatureLearn C++

How To Use The SVG Image Format With Skia In C++ Builder

The latest RAD Studio / C++ Builder 12 comes with a lot of new features, one of them is Skia graphics library support in C++. Skia is an open-source graphic library that provides support for a variety of hardware and software platforms. Skia provides smooth 2D graphics that uses GPU efficiently. Skia supports a lot of new image formats, such as .bmp, .jpg, .gif, .gif animation, .svg, .ico…
Read more
Artificial Intelligence TechC++C++11C++14C++17C++20Introduction to C++Language FeatureLearn C++

How To Use The Python Language In A C++ App?

Python is hugely popular and has some really useful libraries. Python is particularly strong in the field of AI and machine learning (ML). If you are C++ developer, you might want your users to be able to analyze data with AI modules or frameworks written in the Python language in your applications. Let’s imagine you want the users to carry out a few button clicks to do some heavy AI…
Read more