Take Up Code
58: C++ Templates. Types And Values.
- Autor: Vários
- Narrador: Vários
- Editor: Podcast
- Duración: 0:11:46
- Mas informaciones
Informações:
Sinopsis
Both C++ templates and C# generics serve a similar purpose. But where C# uses constraints to enable generics, C++ instead uses the compiler to enable templates. And C++ includes the ability to create templates base on values which will enable you to do things unheard of in C#. Most C# developers do not even know what they are missing.