Use of template | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Use of template

Guys I wanted to know what's the use of template type in c++

10th Jul 2020, 5:07 AM
Prasad Bankar
Prasad Bankar - avatar
2 Antworten
+ 8
Nice information pls have a read ; 👌 https://www.tutorialspoint.com/cplusplus/cpp_templates.htm
10th Jul 2020, 5:11 AM
Nilesh
+ 5
"Template functions can save a lot of time, because they are written only once, and work with different types. Template functions reduce code maintenance, because duplicate code is reduced significantly.” Taken straight from this lesson: https://www.sololearn.com/learn/CPlusPlus/1914/
10th Jul 2020, 5:09 AM
Rowsej
Rowsej - avatar