About this document
C++ Templates and Namespaces Overview by Kunal Bhar is a document available to read on EtoBox.
This document discusses templates and namespaces in C++. It describes how templates allow code to be reused for different data types by defining generic functions and classes. Function templates and class templates are explained. Namespaces help avoid name clashes that can occur with large software projects involving multiple programmers. The try-catch blocks and keywords for exception handling in C++ are presented, along with RTTI operators like typeid and dynamic_cast.
- Author
- Kunal Bhar
- Language
- EN