You can use operators not only to perform operations by passing variables rather using class deirectly , Here's How : #include "iostream" class...
Like pointers in C ( *int , *char ) we can use pointers to a function . Here's a sample of Function Pointer :: #include "iostream" void Sample(){ ...
C++ allows us to use inline functions like we use in Python . Let's see the expression of Lambda Functions : auto lambdas = [ capture clause ]...
Let's know what is Singletons : Sometimes we need to have only one instance of our class for example a single DB connection shared by multiple objects...
Let's first have an idea about what is Generics . A generic function is a function that is declared with type parameters. When called, actual types...
Hi 👋 , everyone! My name is Anshuman Tiwari , I'm a student doing my bachelors and learning Web Technologies. My blogs would be focused on C /...