c++builder

  1. FireWind

    Component DBISAM

    DBISAM DBISAM is the standard for replacing the BDE in Delphi or C++Builder applications. It has has been deployed to thousands of locations around the world, and can be branded so that no one even knows that DBISAM is being used. It is licensed per-developer, and includes royalty-free...
  2. FireWind

    C++Builder Learn Encoding And Decoding Data Files By Using Bit Shifting

    Learn Encoding And Decoding Data Files By Using Bit Shifting By Yilmaz Yoru August 20, 2021 What is the fastest data encoding and decoding method ? How you can secure your data by a fastest method ? Can we use shifting to encode or decode a data ? Can we use shifting on Strings or on Binaries...
  3. FireWind

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

    How To Extract The File Directory Name From A File Path In C++ By Yilmaz Yoru August 19, 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...
  4. FireWind

    C++Builder This Is How To Make Your Non-Rectangular Apps Draggable

    This Is How To Make Your Non-Rectangular Apps Draggable By Yilmaz Yoru August 12, 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 its...
  5. FireWind

    C++Builder Learn to Generate Beautiful Color Gradients in C++ Builder

    Learn to Generate Beautiful Color Gradients in C++ Builder By Yilmaz Yoru August 11, 2021 How we can generate our own color gradient as simple as possible? In this post we will explain how to use Color Gradients in Modern C++, in C++ Builder. Colors are very important in application...
  6. FireWind

    C++Builder How To Simulate Realistic Physical Effects in C++

    How To Simulate Realistic Physical Effects in C++ By Yilmaz Yoru August 5, 2021 Do you want to simulate throwing images, objects or other components on your form when the user interacts with them using their keyboard or mouse? How can simulate the effect of force on objects on the 2D Form...
  7. FireWind

    C++Builder How To Use The Comprehensive Form Properties In C++ VCL Apps

    How To Use The Comprehensive Form Properties In C++ VCL Apps By Yilmaz Yoru August 4, 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...
  8. FireWind

    C++Builder How To Create Gorgeous Transparent App Windows With C++

    How To Create Gorgeous Transparent App Windows With C++ By Yilmaz Yoru August 2, 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 its...
  9. FireWind

    C++Builder This Is How To Get A Substring of a Wide String in C++

    This Is How To Get A Substring of a Wide String in C++ By Yilmaz Yoru July 31, 2021 How can I use substr() method of std::wstring? How can I get a substring of a wide string? Here are the answers with C++ examples. Generally, as an introduction to C++, in addition to int, float, double there...
  10. FireWind

    C++Builder The Right Way To Access Character Elements Of A Wide String

    The Right Way To Access Character Elements Of A Wide String By Yilmaz Yoru July 29, 2021 How can I access a character of a wstring? How can I use the at() method of wide strings? Can I use front() and back() methods in std::wstring to access characters? Modern C++ uses Wide Strings and...
  11. FireWind

    C++Builder Installing C++Builder 10.4.2 CE - Summer Camp 2021

    Installing C++Builder 10.4.2 CE - Summer Camp 2021 Installation of and introduction to C++Builder 10.4.2 CE https://www.embarcadero.com/products/...
  12. FireWind

    RAD Studio IDE Open Tools API documentation

    RAD Studio IDE Open Tools API documentation A collaborative project to expand the RAD Studio IDE Open Tools API documentation Currently participation in this project is by invitation only. The work is being undertaken by a group of Embarcadero MVPs and, while it is sanctioned by Embarcadero...
  13. FireWind

    Component ComponentAce ZipForge

    ComponentAce ZipForge ZipForge is a fast and powerful VCL Zip component, written in Delphi. It lets you easily create ZIP archives, extract files from zip files to hard drive or memory, add files to a zip archive from disk or memory, replace, move and delete files in zip archives. Also it...
  14. FireWind

    C++Builder Learn To Simulate Realistic 2D Ball Physics in C++ Builder

    Learn To Simulate Realistic 2D Ball Physics in C++ Builder By Yilmaz Yoru July 18, 2021 In this post we will explain how we can simulate realistic 2D ball physics in an easy and accessible way. Let’s assume that we look from a X-Y view, and Y is the height that means Y=0 is the ground. How we...
  15. FireWind

    C++Builder How To Query Databases Using SQL And C++ Builder

    How To Query Databases Using SQL And C++ Builder By Yilmaz Yoru July 17, 2021 C++ Builder is a great developer tool which 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...
  16. FireWind

    C++Builder How To Use Methods To Copy One String to Another String

    How To Use Methods To Copy One String to Another String By Yilmaz Yoru July 11, 2021 How can we copy one string to another string? Here are the answers with C++ examples. Generally, as an introduction to C++, in addition to int, float, double there is another data type, string that we use for...
  17. FireWind

    C++Builder How To Make A Simple REST Client In C++ And More

    How To Make A Simple REST Client In C++ And More By Yilmaz Yoru July 7, 2021 What is REST? What is “RESTful”? How we can develop a simple REST client? How we can use JSON based free APIs with REST? Can we connect to JSON-based Web Services? In this post, we answer your questions and we will...
  18. FireWind

    C++Builder AI Techs :: Minimum Edit Distance Method in Unicode Strings in C++

    AI Techs :: Minimum Edit Distance Method in Unicode Strings in C++ By Yilmaz Yoru July 1, 2021 In the Artificial Intelligence Technology, mostly in the field of Natural Language Processing (NLP), Computer Linguistics and in other fields of Computer Science, The Edit Distance Method is a way...
  19. FireWind

    C++Builder Learn About Implicitly-Defined Copy Constructor

    Learn About Implicitly-Defined Copy Constructor By Yilmaz Yoru June 30, 2021 Do you want to define a copy constructor in a implicit way ? Implicitly-Defined Copy Constructor helps you to do this, here is the full post; The Constructor in C++ is a function, a method in the class, but it is a...
  20. FireWind

    C++Builder Learn about Eligible Default Constructor in C++

    Learn about Eligible Default Constructor in C++ By Yilmaz Yoru June 29, 2021 Do you want to learn what is Eligible Default Constructor or what kind of methods we have that we can declare and use Eligible default constructors? In this post, we will try to explain the Eligible Default...