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.
- Host: GitHub
- URL: https://github.com/gxsilva/42sp_cpp
- Owner: gxsilva
- Created: 2025-05-15T01:15:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-10T19:19:05.000Z (10 months ago)
- Last Synced: 2025-08-10T21:13:54.956Z (10 months ago)
- Topics: abstract-classes, cpp, cpp98, inheritance, oop, polymorphism
- Language: C++
- Homepage:
- Size: 353 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.