Function Objects

What is Function Object

Value Type Argument in C++ Template

What are Value Type Argument in Template

Function Templates

template could also be used in a function as a parameter of algorithms. Following sum() function can be invoked for any data structure that supports...

How a Minimal standard C++ Class should look like

A minimal standard C++ class should have:

CSES Problem Set

Two Knights

Function Argument with Reference in C++

In C++, if a function expect a & argument, it will treat the argument with the same memory address that the variable stored. It does...

How to Use SQLite Cipher into Qt (From Source)

Sometimes when we want to ship our apps while we use an SQLite for the database and we don’t want end users to hack our...