C++ - Function Objects (Functors) In C++, a function object (or functor) is an ...

​Read More

In C++, a developer could define a “const method”. This “const method” is useful ...

​Read More

Do you know why the “const std::string&” declaration is recommended? This is a classic ...

​Read More

Today, I feature to you a short tutorial about CMake. How to generate source ...

​Read More

Did you already use RAII in C++?RAII for "Resource Acquisition Is Initialization". Or SBRM ...

​Read More