C++ - Transforming C asynchronous function to C++ future
C API definition to read data from a file in asynchronous way.\ 1 2 void async_read_completed_callback(void* pUserData, char cont* pBuffer, int size); void a...
C API definition to read data from a file in asynchronous way.\ 1 2 void async_read_completed_callback(void* pUserData, char cont* pBuffer, int size); void a...
Functional programming with C++
It is worth to read about font size unit of rem other than pixel.\ https://snook.ca/archives/html_and_css/font-size-with-rem
It will avoid CORS problem during development.
The main reason of using anonymous namespace in C++ is to localize declaration in translation unit.\ The compiler will choose the unique name for unnamed nam...