Webserv
The goal of the project is to build a C++98 compatible HTTP web server from scratch. The web server can handle HTTP GET, HEAD, POST, PUT, and DELETE Requests, a
Software Engineer
C++
C++ Pool
This project is made up of 10 modules intended to deepen the notions of classes and polymorphisms, templates, casts and containers.
Software Engineer
C++
Philosophers
This project involves modeling the Philosophers’ Dinner problem. Firstly by representing each philosopher by a thread and each fork by a mutex, and secondly by
Software Engineer
C