Skip to content

ricvrdv/cpp-07

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C++ Module 07

Function and Class templates

This module introduces C++ templates — one of the language’s most powerful features that allows writing generic, type-independent code.

Key concepts:

  • Template syntax and instantiation
  • Function templates
  • Class templates (custom array container implementation)
  • Deep copies, memory management, and bounds checking
  • Exception handling and const correctness

✅ Check out C++ Module 08 - templated containers, iterators, algorithms

⏪️ Go back to C++ Module 06 - type conversions

About

C++ Module 07 - function and class templates

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published