Dangling Pointer and Memory Leak in C++ When Using Pointer (Random Programming Problems Part 2)Pointer is a very powerful feature of C++. It’s like having an instrument of god to perform divine tasks (Ok, I might be exaggerating it a…Sep 7, 2021Sep 7, 2021
Random Programming Problems (Part 1): Differences between strlen() and sizeof() in C++Welcome back, let’s start today with a common question: what is the differences between strlen() and sizeof() function in C++?Dec 16, 2020Dec 16, 2020
Random Programming Problems (Part 0): IntroductionThis is the introduction to my Random Programming Problems series. I will be talking about the reason and motivation behind this, maybe I…Dec 10, 2020Dec 10, 2020
DLLs with C++: What you need to know? ( Part 1 )Need to work with DLLs now but don’t know where to go? You might find a good start here. But no rush, we’ll take it slow.Jul 23, 2019Jul 23, 2019
Creating particles effect with Flutter packageEasily import beautiful tiny particles in your mobile app with Flutter.Dec 10, 2018Dec 10, 2018
A Flutter package for creating a blinking pointThere is a new package in Dart for Flutter that make it easier to create a blinking point.Nov 22, 2018Nov 22, 2018