Tips about Linux and Programming

2022-12-08

   Some useful tips about Linux commands, programming skills and else. All of the tips are purely taken from the website. I am continuing add these tips to save my bad memory. 😂

Read More

Pass Functor to Functions in C++

2020-07-05

Practical algorithm generically applies to a group of functions. For example, It is typical that an integration routine can take different functions as input. Because of the popular usage, this ...

Read More