My solution for CPP Module 02 of the Common core of 42 school.
-
Updated
Apr 21, 2022 - C++
My solution for CPP Module 02 of the Common core of 42 school.
Bu proje, C++ dilinde temel programlama becerilerini geliştirmek için tasarlanmıştır. Proje, sabit noktalı sayılar (fixed-point numbers), copy constructor, operatör aşırı yükleme (operator overloading), geçici polimorfizm (temporary polymorphism), cmath kütüphanesi ve increment/decrement operatörleri gibi önemli C++ konularını kapsamlı bir şekilde
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.
Add a description, image, and links to the cpp02 topic page so that developers can more easily learn about it.
To associate your repository with the cpp02 topic, visit your repo's landing page and select "manage topics."