An open API service indexing awesome lists of open source software.

https://github.com/gxsilva/42sp_cpp

This repository contains all C++ exercises from 42 SP, including bonus parts. It also includes personal notes and study materials to support the learning process.
https://github.com/gxsilva/42sp_cpp

abstract-classes cpp cpp98 inheritance oop polymorphism

Last synced: 10 months ago
JSON representation

This repository contains all C++ exercises from 42 SP, including bonus parts. It also includes personal notes and study materials to support the learning process.

Awesome Lists containing this project

README

          

# 42 SP C++ Exercises

This repository contains all the C++ exercises from the 42 São Paulo curriculum, including the bonus parts.
In addition to the completed exercises, you will also find personal notes and study materials related to C++ concepts to support the learning process.

## Contents

- ✅ All mandatory exercises
- ⭐ Bonus exercises
- 📝 Personal C++ study notes

## Purpose

The purpose of this repository is to consolidate the knowledge acquired during the C++ modules at 42 SP, serving both as a reference for future projects and as study material for anyone interested in learning C++.

## Disclaimer

These solutions and notes reflect my personal understanding and approach to the projects. Feel free to use them as a reference, but I encourage you to try solving the exercises on your own first for the best learning experience.