Skip to content
#

cpp-modules-42

Here are 46 public repositories matching this topic...

The exercises in this repository provide excellent opportunities to both enhance your technical skills and gain experience in software development processes. They help lay the foundational elements of C++ and offer significant support during the transition from C to C++.

  • Updated Mar 26, 2025
  • C++

This project is designed to develop fundamental programming skills in the C++ language. It includes practical exercises on data types, control structures, and functions. Additionally, topics such as class definitions and memory management are also covered.

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

Improve this page

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

Learn more