Why the total number of bitcoin is limited?

When I have just began to find out something in blockchain, especially bitcoin, I read the way that bitcoin works. Looking at the information ‘There are approximately only 21 millions bitcoin that is mined in the world.”, I’m always curious about why they can calculate this number. [Read More]
Tags: Blockchain

Setup C++ Boost Library

Boost contains over 80 libraries for C++ programming language that supports for task and structures such as Linear Algebra, Image Processing, Pseudo random number generation, multithreading, regular expression and unit testing. [Read More]

Setting Paths in Vs Code

In order to improve the configuration of files such as c_cpp_properties.json, launch.json, and tasks.json, you should use the predefined variables. [Read More]
Tags: VsCode