Coding Practices

Monday, June 17, 2019

Title: Leveraging C++ STL for Data Processing: A Deep Dive

›
The C++ Standard Library (STL) provides a set of common classes and interfaces, which includes a suite of algorithms, containers, and iterat...
Wednesday, August 29, 2018

Understanding Smart Pointers and Custom Deleters in C++

›
In C++, smart pointers are a feature of the Standard Template Library (STL) that provide the functionality of pointers while also managing m...
Thursday, August 23, 2018

Understanding C++ Type Names with a Handy Function

›
C++ is a strongly-typed language. This means that every variable and expression has a type, and that type is known at compile-time. There ar...
›
Home
View web version

About Me

My photo
coding practices
View my complete profile
Powered by Blogger.