Brief Introduction
Illuminating neglected, misunderstood, and misused shades of Templates in C++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
Requirements
- Requirements
- You should have a thorough knowledge of the C and C++ programming languages
- You should know the features of OOP
- You must the know understand function overloading and Inheritance
- You should be comfortable with any IDE like CodeBlock or Eclipse or equivalent environment
- You should have written a minimum of 50 programs in C++