c++

  1. FireWind

    C++Builder This Is How To Add A Blur Effect To Images In C++

    This Is How To Add A Blur Effect To Images In C++ By Yilmaz Yoru January 7, 2022 What is the Blur Effect in C++? Which C++ IDE helps us easily add blur effects to our apps? How can I use a blur effect from a framework library in C++? Is there an easy way to add blur effects to components? How...
  2. FireWind

    C++Builder What is the std namespace in C++?

    What is the std namespace in C++? By Yilmaz Yoru January 6, 2022 What is namespace std in C++? What does namespace mean for a C++ compiler? How can we define a namespace in C++ IDE? Why don’t we use “using namespace std;” in C++ Builder? How can I use the std namespace? How can I define my own...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  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

    C++Builder What Is The Hyperbolic Tangent Activation ANN Function?

    What Is The Hyperbolic Tangent Activation ANN Function? By Yilmaz Yoru December 21, 2021 What is a hyperbolic Tangent function? How can we use Hyperbolic Tangent Function in C++? Let’s answer these questions. What does an activation function mean in AI? Activation Function ( phi() ) also...
  9. FireWind

    C++Builder What Is A Rectified Linear Unit Activation ANN Function?

    What Is A Rectified Linear Unit Activation ANN Function? By Yilmaz Yoru December 17, 2021 What is Rectified Linear Function in ANN? How can we use ReLU Activation Function Hyperbolic? Let’s refresh our memories on what activation functions are and explain these terms. What is an artificial...
  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 How To Make Use Of The Powerful Watch List in C++ Builder

    How To Make Use Of The Powerful Watch List in C++ Builder By Yilmaz Yoru December 7, 2021 What is Debugging? in fact, what is a bug? How can I debug in C++ Builder? Is there An Example of how to use Watches? How can I see Watch List Window? How can I add a watch to the Watch List? What is...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. FireWind

    C++Builder What Is The SoftPlus Activation Function in C++ Neural Nets?

    What Is The SoftPlus Activation Function in C++ Neural Nets? By Yilmaz Yoru November 24, 2021 What is SoftPlus Activation Function in ANN? How can we use SoftPlus Activation Function? Let’s recap what the details of activation functions and explain these terms. What is an Activation function...
  19. FireWind

    C++Builder How To Make AI Binary/Heaviside Step Functions In C++

    How To Make AI Binary/Heaviside Step Functions In C++ By Yilmaz Yoru November 23, 2021 What is a Binary Step Function? Should we use Binary Step Function or Heaviside Step Function? Are Binary Step functions and Heaviside Step functions the same thing? What is a Unit Step Function? Briefly...
  20. 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”...