1
0 Comments

What are Template Functions and Classes in C++ and how can I use them?

https://tech.aviparshan.com/2022/07/learn-c-and-oop-easily-template.html

C++ gave us a new superpower which is generic programming! We an make a class and/or function which can handle any data type a user throws at it.

submitted this linkon July 26, 2022