Welcome to the repository for the practical work of the course MU4MA056 C++ Programming. This repository contains all the practical assignments required to deepen your C++ programming skills.
- tp1: First Programs, Input/Output, Statistics
- tp2: An Example of a Linear Algebra Library: Eigen
- tp3: Classes and Permutations
- tp4: An Exploration of the Standard Library
- tp5: Templates and Monte Carlo Methods
- tp6: Templates and Polynomials
To get started with these practical works, clone this repository to your local machine using:
git clone https://github.com/RyanTmi/M1-TP_CPP.git
If you find errors in the assignments or have any questions, feel free to open an issue in this repository or contact me. I am open to contributions and will be happy to help resolve any issues you encounter.
Special thanks to Damien Simon and Daphné Giorgi for providing the materials and resources for this course.