Joe WongHow 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
Joe WongWhy 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
Joe WongNotes: Deep Copy/Shadow Copy an Object in JavaMethod 1: Implement CloneableMay 12, 2021May 12, 2021
Joe WongHow to import OpenCV 4.5.2 in android studioStep 1: Download OpenCV SDKApr 22, 2021Apr 22, 2021
Joe WongPassing 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
Joe WongHomoscedasticity and HeteroscedasticityIn statistics, -scedasticity means the distribution of error terms. Homoscedasticity and Heteroscedasticity sound professional but the…Feb 24, 2021Feb 24, 2021