Registriert seit: 4. Jun 2010
15.783 Beiträge
|
Using C++ Templates to Write Functions and Classes
1. Mai 2018, 22:40
C++ Templates : Blueprints for Generic Classes and Functions
C++ Templates are a powerful feature within the C++ language that extends your capabilities within C++. Templates are a foundation of generic programming that lets you reuse your source code if you have multiple data types that you wish to pass instead of function overloading or rewrites.
<h3><span style="font-weight: 400;">Why use templates?
|