c++builder

  1. FireWind

    RAD Studio RAD Studio 11 PAServer January Patch

    RAD Studio 11 PAServer January Patch This is the third patch for RAD Studio 11. It is an update to PAServer for macOS and iOS development on macOS 12 Monterey (the new version of PAServer is 13.0.12.2). It does not include other files from the previous November Patch. You may install this and...
  2. FireWind

    C++Builder What Is An Accelerometer And How To Use It in C++?

    What Is An Accelerometer And How To Use It in C++? By Yilmaz Yoru January 5, 2022 What is a motion sensor? What is an accelerometer? Which C++ IDE supports the use of motion sensors? How can I use a motion sensor in my C++ code? What is the difference between a motion detector and motion...
  3. FireWind

    C++Builder This Is How To Change A File Path In A String On Windows

    This Is How To Change A File Path In A String On Windows By Yilmaz Yoru December 29, 2021 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...
  4. FireWind

    C++Builder How To Add A No Code Emboss Effect To Images in Your Apps

    How To Add A No Code Emboss Effect To Images in Your Apps By Yilmaz Yoru December 28, 2021 What is an emboss effect in C++? Is there an easy way to add emboss effects to components? How can I add a emboss effect to images on my applications? How can I use TEmbossEffect in C++ Builder? What are...
  5. FireWind

    C++Builder How To Add A Sepia Image Effect In Your Apps With No Code

    How To Add A Sepia Image Effect In Your Apps With No Code By Yilmaz Yoru December 27, 2021 What is a sepia effect in a C++ app? Is there an easy way to add sepia effects to components? How can I add a sepia effect to alpha images in my applications? How can I use the TSepiaEffect component in...
  6. R

    RAD Studio ImageEn

    ImageEn.V9.3.1.D7-2010,DX10-DX10.4 (no sources, DCU only) https://www.dropbox.com/s/eq4hbdhxikbg1b9/ImageEn.V9.3.1.D7-2010%2CDX10-DX10.4.7z?dl=0
  7. FireWind

    C++Builder How To Make A Millisecond Timer In C And C++

    How To Make A Millisecond Timer In C And C++ By Yilmaz Yoru December 23, 2021 Often, to check the performance of our applications we need to time the operation of some sections to identify bottlenecks and areas where the app is taking a relatively long time to do things. The challenge is, how...
  8. FireWind

    RAD Studio The Impact of Log4j on Software Development with Delphi and C++Builder

    The Impact of Log4j on Software Development with Delphi and C++Builder By Marco Cantu December 22, 2021 Thoughts on the security issues of Log4j, what they imply for the developer community in general, and the specific effect on RAD Studio developers. Unless you live on a remote island with...
  9. FireWind

    RAD Studio Absolute Database

    Absolute Database Absolute Database: Embedded single file Delphi database with SQL support. Absolute Database is a Delphi database engine which lets you forget the Borland Database Engine (BDE). This BDE replacement is the compact, high-speed, robust and easy-to-use database engine. With...
  10. FireWind

    C++Builder What You Need For Encoding Strings Using Bit Shifting

    What You Need For Encoding Strings Using Bit Shifting By Yilmaz Yoru December 13, 2021 What is the fastest string coding and decoding method? What is the fastest method to secure the contents of your string? Can we use shifting to encode or decode a string? Can we use shifting on Strings or on...
  11. FireWind

    C++Builder This Is How to Debug C++ Builder Mobile And Desktop Projects

    This Is How to Debug C++ Builder Mobile And Desktop Projects By Yilmaz Yoru December 6, 2021 What is Debugging? What is a bug? How can I debug in C++ Builder? What is Debugging? Debugging is the process of finding and resolving bugs – unwanted or unplanned behavior – in your software...
  12. FireWind

    C++Builder C++Builder Compilers available in Version 11 Alexandria

    C++Builder Compilers available in Version 11 Alexandria By David Intersimone December 1, 2021 This blog post contains the version output for the C++ command line compilers that are included in C++Builder version 11 Alexandria. bcc32.exe --version C:Program Files...
  13. FireWind

    C++Builder How To Make Controls Have A Glow Effect In C++?

    How To Make Controls Have A Glow Effect In C++? By Yilmaz Yoru December 2, 2021 Is there an easy way to add glow effects to components? How can I add glow to alpha images on my applications? What is Glow Effect in C++? How can I use TGlowEffect in C++ Builder? What are the visual tips to add...
  14. FireWind

    C++Builder What Is The sscanf Function In C++ And How Can I Use It?

    What Is The sscanf Function In C++ And How Can I Use It? By Yilmaz Yoru December 1, 2021 What is sscanf function? How can I use sscanf in C++? Where can I find format specifiers for the sccanf function? What is the syntax of sscanf ? What is a simple Example to sscanf function in C++? Is There...
  15. FireWind

    C++Builder This Is How To Use Parallel Programming in C++ Builder

    This Is How To Use Parallel Programming in C++ Builder By Yilmaz Yoru November 30, 2021 Do you want to learn what is Parallel Programming? Do you want to speed up your heavy calculation methods? Let’s see how it works. What is parallel programming in C++? Parallel Programming is generally...
  16. FireWind

    C++Builder Why You Should Know About Brute Force Methods in C++

    Why You Should Know About Brute Force Methods in C++ By Yilmaz Yoru November 29, 2021 What is Brute Force Method? How we can use Proof By Exhaustion Method? What are Proof by Case and Proof by Analysis? How we can code Brute Force Method in C++? How we can prevent our servers from Brute Force...
  17. FireWind

    RAD Studio RAD Studio 11 Alexandria Patch 2

    RAD Studio 11 Alexandria Patch 2 This is the second patch for RAD Studio 11 and it is a cumulative patch including all of the changes and fixes in RAD Studio 11.0 Patch 1. For this reason, this new patch can be equally installed on a system which already has Patch 1, overriding it, or on a new...
  18. FireWind

    C++Builder What Is The C++ Builder REST Debugger And How Do We Use It?

    What Is The C++ Builder REST Debugger And How Do We Use It? By Yilmaz Yoru November 19, 2021 What is the REST Debugger? In RAD Studio there is a superbly useful tool called the REST Debugger. It comes included with RAD Studio C++ Builder. It is very useful to test REST Requests such as “Gets”...
  19. FireWind

    C++Builder This Is How To Visualize Kinematics In Windows C++ Apps

    This Is How To Visualize Kinematics In Windows C++ Apps By Yilmaz Yoru November 18, 2021 What is kinematics? How can we use kinematics in programming? How can we draw kinematic drawings in C++? How can we simulate kinematic animations in C++ Builder? Let’s answer these questions. What does...
  20. FireWind

    C++Builder How To Set Runtime Process Priority On Windows In A C++ App

    How To Set Runtime Process Priority On Windows In A C++ App By Yilmaz Yoru November 11, 2021 How I can set runtime process priority on my Windows C++ application? Can I change the process priority level on runtime? May I apply specific process priorities in different actions? How can use full...