Review/Environment Post review: Regex, code from scratch, unethical code.Today, I review with you some interesting blog posts! Post update: Regular Expressions in ... Read More
C/C++ C++ – Function Objects (Functors)C++ - Function Objects (Functors) In C++, a function object (or functor) is an ... Read More
C/C++ C++ – The Mutable keyword in classesIn C++, a developer could define a “const method”. This “const method” is useful ... Read More