c++builder

  1. FireWind

    C++Builder How To Generate A Random File Name on Windows

    How To Generate A Random File Name on Windows By Yilmaz Yoru September 17, 2021 How can I generate a random file name? Can I generate a unique temporary file? Can I generate a GUID file name? What is the GetRandomFileName method? What is the GetTempFileName method? What is the GetGUIDFileName...
  2. FireWind

    C++Builder How To Include Or Exclude Trailing Backslashes On Windows

    How To Include Or Exclude Trailing Backslashes On Windows By Yilmaz Yoru September 16, 2021 How can I add a trailing backslash to a path string? How can I remove trailing backslash from the end of path string? What is the C++ ExcludeTrailingBackslash method? What is the...
  3. FireWind

    C++Builder How To Check Characters of File Names and Paths on Windows

    How To Check Characters of File Names and Paths on Windows By Yilmaz Yoru September 15, 2021 How can I check a file name to see if it has extension or not ? How can I check whether a given file name has an extension part? How can I check whether a given file name contains only allowed...
  4. FireWind

    C++Builder How to use SameFileName method on Windows

    How to use SameFileName method on Windows By Yilmaz Yoru September 14, 2021 How can I check if two files are actually the same file? What is SameFileName method in C++? How can I compare file names based on the current Windows locale? Let’s answer these questions. C++ Builder has a lot of...
  5. FireWind

    RAD Studio RAD Studio 11 Alexandria Launch replay

    RAD Studio 11 Alexandria Launch replay
  6. FireWind

    Delphi Quick fix for for RAD Studio 11 license failure during installation

    Quick fix for for RAD Studio 11 license failure during installation Darian Miller RAD Studio 11 was just released today! For some users, you may have trouble getting RAD Studio installed due to license failures. One way of solving this issue was posted today on Twitter by Marco Cantu. His...
  7. FireWind

    RAD Studio BDE Installer for RAD Studio, Delphi, C++ Builder 11.0

    BDE Installer for RAD Studio, Delphi, C++ Builder 11.0 Borland Database Engine (BDE) is the Windows-based core database engine and connectivity software behind Borland Delphi, C++Builder, IntraBuilder, Paradox for Windows, and Visual dBASE for Windows
  8. FireWind

    C++Builder How to Get Disk Information in C++ on Windows?

    How to Get Disk Information in C++ on Windows? By Yilmaz Yoru September 10, 2021 How can I get disk size information in C++ Builder? How can I get disk free size information in C++ Builder? How can I calculate free percentage of a disk? Let’s answer these questions. C++ has a lot of great...
  9. FireWind

    C++Builder Boost

    Boost Boost is a set of libraries for the C++ programming language that provides support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing. It contains 164 individual libraries (as of version...
  10. FireWind

    RAD Studio RAD Studio 11 Alexandria

    RAD Studio 11 Alexandria Use RAD on 4k+ Screens! RAD Studio 11 adds high-DPI support to the IDE, enabling developers to work on larger, high-resolution screens. Full support for the latest 4k+ high-resolution monitors improves daily developer activities with cleaner, sharper fonts and icons...
  11. FireWind

    C++Builder How To Use GetTempPath Method In C++ Builder?

    How To Use GetTempPath Method In C++ Builder? By Yilmaz Yoru September 9, 2021 How can I get a GetTempPath from the operating system? How we can use GetTempPath Method in C++? How can I easily find the location of the Temp Directory? Let’s answer these questions. C++ Builder has a lot of...
  12. FireWind

    C++Builder How To Use Malloc() And Free() Functions In C/C++

    How To Use Malloc() And Free() Functions In C/C++ September 7, 2021 By Yilmaz Yoru How can we use memory in C and C++? How can I allocate something in memory? How can I manage memory dynamically? What kind of memory methods or functions are used for the Dynamic Memory Management? How can I use...
  13. FireWind

    C++Builder The Easy Way To Create A Windows Directory In C++

    The Easy Way To Create A Windows Directory In C++ September 3, 2021 By Yilmaz Yoru How can I create a directory in C++ Builder? How can I use the directory creation method including the creation of its subfolders? How can I use System Commands to Create a Directory? Can I use the DOS command...
  14. FireWind

    RAD Studio Utility & Design: The Desktop IDE with David Millington

    Utility & Design: The Desktop IDE with David Millington
  15. FireWind

    RAD Studio Early Access Preview of RAD Studio 11 with Marco Cantu

    Early Access Preview of RAD Studio 11 with Marco Cantu
  16. FireWind

    C++Builder How To Use C++ To Get And Set Current Directory On Windows

    How To Use C++ To Get And Set Current Directory On Windows By Yilmaz Yoru September 2, 2021 What does “current directory” mean? In C++ Builder, how can we can get current directory? How can I use GetCurrentDir method in C++ Builder? How can I use the GetCurrentDirectory Method in C++ Builder...
  17. FireWind

    RAD Studio RAD Studio 11 Preview at Desktop First Summit

    RAD Studio 11 Preview at Desktop First Summit By Marco Cantu September 1, 2021 I just gave a session including a preview of RAD Studio 11 at the Embarcadero organized Desktop First UX Summit. Here are some highlights. As the release of RAD Studio 11, Delphi 11 and C++Builder 11 is coming...
  18. FireWind

    C++Builder How To Use ForceDirectories Method To Create Folders In C++

    How To Use ForceDirectories Method To Create Folders In C++ By Yilmaz Yoru September 1, 2021 ForceDirectories Method (System:SysUtils:ForceDirectories) is a SysUtils Method listed in Disk And Directory Support Routines that creates a new directory, including the creation of parent directories...
  19. FireWind

    C++Builder How To Change A File Extension On Windows Using C+

    How To Change A File Extension On Windows Using C+ By Yilmaz Yoru August 30, 2021 C++ Builder has specific Path Manipulation Routines that allows user to edit, extract, get and set drive name, directory name, file name, file extensions, .. etc and these methods are combined in Vcl.FileCtrl...
  20. FireWind

    C++Builder How To Use The Realloc() Function In C++ Programs

    How To Use The Realloc() Function In C++ Programs By Yilmaz Yoru August 26, 2021 How can we use memory in C and C++? How can I reallocate something in memory? How can I manage memory dynamically? What kind of memory methods or functions are used for the Dynamic Memory Management? How can I use...