Skip to content
#

42-cpp-modules

Here are 20 public repositories matching this topic...

This repo covers key concepts in object-oriented programming in C++. It includes explanations of virtual functions, abstract classes, interfaces, and copy methods, all illustrated with examples. The focus is on dynamic polymorphism and practical applications of these concepts.

  • Updated Feb 25, 2025
  • C++

In this project, in ex00, we learn how to use the swap, min, and max template functions with different data types. In ex01, we apply the same operation to each element of an array using the iter function. Finally, in ex02, we create our own Array<T> class to delve deeper into both templates and dynamic memory management for template functions.

  • Updated Feb 26, 2025
  • C++

Improve this page

Add a description, image, and links to the 42-cpp-modules topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the 42-cpp-modules topic, visit your repo's landing page and select "manage topics."

Learn more