Use of template | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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