Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Introduction to C++ Templates

Posted By: naag
Introduction to C++ Templates

Introduction to C++ Templates
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 27M | 126 MB
Genre: eLearning | Language: English

Templates are a fundamental feature of modern C++ programming. Designed for the beginner to intermediate level C++ programmer, this course explains why templates are important and how to use them. Expert programmer, Julian Templeman, starts with a description of the concept behind templates and shows you how they solve the problem of writing functions and classes that differ only in their parameter types.

He then demonstrates how you use template functions to create functions that will work with a variety of parameter types and how to use them in code. Then, he shows you how to create and use template classes, parameterized types that are commonly used for containers such as vector and list. The course finishes off with a discussion of how the compiler processes templates and what this means in terms of how code is compiled and linked.

Explore the importance and role of templates in C++ programming
Understand how to create and use function and class templates
Gain the ability to create highly efficient type-safe code
Master the techniques required for effective C++11 and C++14 programming

Introduction to C++ Templates