Skip to content
#

42-cpp

Here are 5 public repositories matching this topic...

This project includes three fundamental exercises focused on the use of the STL (Standard Template Library). The first part implements a generic easyfind function to search within STL containers, the second introduces a Span class to calculate the shortest and longest distances between numbers, and the third develops an it

  • Updated Apr 3, 2025
  • C++

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 Mar 26, 2025
  • C++

Improve this page

Add a description, image, and links to the 42-cpp 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 topic, visit your repo's landing page and select "manage topics."

Learn more