C++C++11C++14C++17DatabaseLanguage FeatureLearn C++

Learn To Use Powerful Cryptographic Hash Functions In Modern C++ On Windows (SHA, SHA2, MD5, BobJenkins)

Cryptographic Hash Functionsare a one-way algorithm that takes an input of any size and produces the same size output. The cryptographic hash functions are a more secure version of the hash functions. It is one-way in that there is information loss โ€” you canโ€™t easily go from the output to the input again. The cryptographic hash is a more secure version of the hash function. It is mostโ€ฆ
Read more
C++C++11C++14C++17Language FeatureLearn C++

Dev-C++ Tutorial: Easily Learn To Count Prime Numbers On Windows

Embarcadero Dev-C++ Embarcadero Dev-C++ is free, and is a fast, portable and simple C/C++ IDE for Windows. The free version is great for beginners. If you want to develop professionally it is highly recommended you start with C++ Builder CE version. Dev-C++ can be downloaded from Dev cpp or from Github. The original author of the software is Bloodshed Software.Prime numbers are interestingโ€ฆ
Read more
C++ComponentsGame DevelopmentLanguage FeatureLearn C++

Quickly Learn About Working With 3D Windows Components In C++ Development

3-D in digital platforms are 2D projection drawings of 3D objects. We can mathematically calculate a solid object, its position, its projection on our 2D screen, we can add colors on it, light effects, textures, camera, movements and some other techniques to show our 3D object as good as possible. This may take a lot of time to develop all 2D and 3D mathematical operations. In C++ Builder we canโ€ฆ
Read more
C++C++11C++14C++17ComponentsLanguage FeatureLearn C++

Quick Look At Basic Color Components On Windows In C++ Builder (QuickLook Part 6)

This article is about Color Components which is used to select or display Colors. If you are new to ARGB color please refer to this article about Colors in Modern C++ ColorButton (TColorButton)It is a standard button that displays a color. It can be used to pop up color picker window then backs with selected color. May be to show foreground background colors, etc. It can be used withโ€ฆ
Read more