Demystifying Templates in C++

Illuminating neglected, misunderstood, and misused shades of Templates in C++

Ratings: 4.38 / 5.00




Description

Most C++ programmers stay away from C++ templates due to their perplexed nature. The excuses against templates:

  • Hard to learn and adapt.
  • Compiler errors are vague, and very long
  • Not worth the effort.

As a result, beginning and advanced C++ programmers alike are finding themselves wrestling with templates, attempting to decide why their
code is handled unexpectedly. 

Although templates have been part of C++ for well over two decade, they still lead to misunderstanding, misuse, or controversy. At the same time, they are increasingly found to be powerful instruments for the development of cleaner, faster, and smarter software. Indeed, templates have become the cornerstone of several new C++ programming paradigms.

This course would demystify most of the concepts using animation

What You Will Learn!

  • You will gain a deeper understanding of the exact behaviors of templates in C++
  • Students will gain a solid understadning of templates and how to use them
  • Students will understand How to avoid the pitfalls associated with templates
  • Students would be introduced to Standard Template Library (STL)
  • You would understand How to reuse source code without threatening performance or safety
  • You would learn How to increase the efficiency of C++ programs

Who Should Attend!

  • Those who are interested in learning advanced concepts of C++
  • Those who are unemployed and interested in learning industry requirements
  • Those who have finished C and C++ and want to sharpen their skill sets