How to debug local variable and lambda on c++ release buildThe solution is to turn the optimization off on your scripts using #pragma optimize("", off)Jul 21, 2022Jul 21, 2022
Why auto is bad in c++When auto keyword is available in c++ 11, it becomes a modern c++ standard. Developer feels elegant to use it, but this elegant keyword is…Oct 14, 20211Oct 14, 20211
Passing a function as a parameter in c++There are at least three methods to pass a function argument in c++. Before we start, let us review the concept of the lambda expression.Mar 1, 2021Mar 1, 2021
Homoscedasticity and HeteroscedasticityIn statistics, -scedasticity means the distribution of error terms. Homoscedasticity and Heteroscedasticity sound professional but the…Feb 24, 2021Feb 24, 2021