Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 652 Bytes

File metadata and controls

24 lines (15 loc) · 652 Bytes

CPP Module 00

This repository contains solutions for CPP Module 00 as part of the 42 School C++ modules.
These introductory exercises help you get started with the basics of C++:

  • Writing your first classes
  • Understanding member functions and attributes
  • Using namespaces and input/output
  • Practicing foundational syntax and coding standards

This project is part of the 42 cursus, focused on transitioning from C to C++.


How to use

Clone the repository and follow the instructions in each exercise folder.


Reference