Blog

Filter posts by Category Or Tag of the Blog section!

Technical Skills, Software Development, Real World Solutions, Enterprise Applications.
Smart pointers are a type of C++ object that automatically manage the lifetime of dynamically allocated objects. They are designed to prevent common memory-related errors such as memory leaks and dang...

Thursday, 22 September 2016
What's a container class? It's a class which is used to hold objects in memory or external storage to clumping variables of the same type to make the sorting, searching, … easier. A ...

Tuesday, 29 April 2014