This article will introduce the differences between float, double and long double in C/C++. There are three parts in this artcile, including definition of float,…
The article will give the code about four ways to loop over a Vector. In the meantime, I also calculate the time for looping over…
This article introduces you how to build Windows 10 kernel driver development Environment, install drivers and build debug environment. Below are the softwares for building…
Previous Preparation I ran the below code in Vistual studio 2017. If you don’t know how to use SQLite in Vistual studio. You can visit my…