These exercises enhance your skills and ease the transition from C to C++.
-
Updated
Mar 26, 2025 - C++
These exercises enhance your skills and ease the transition from C to C++.
yazacam
My solution for CPP Module 02 of the Common core of 42 school.
This project consists of implementing a C++ class following the canonical form of Coplien, which includes a default constructor, copy constructor, assignment operator, and destructor. The goal is to create a Fixed class representing fixed-point numbers, with a fixed precision of 8 bits for the fractional part.
A fixed-point number class in C++ with operator overloading.
To associate your repository with the cpp02 topic, visit your repo's landing page and select "manage topics."