🚀 Built a Rational Number System in C++ (OOP) I recently developed a menu-driven Rational Number System using Object-Oriented Programming concepts in C++. This project helped me strengthen my understanding of operator overloading and class design. 🔹 Key Features: • Arithmetic operations (+, −, ×, ÷) • Compound assignment operators (+=, −=, *=, /=) • Comparison operators (==, !=, <, >, <=, >=) • Prefix & Postfix Increment/Decrement • Function call operator () for reciprocal • Stream operators (<<, >>) • Decimal conversion • Exception handling for invalid operations This project demonstrates how powerful OOP concepts can be when applied to real-world mathematical problems. Looking forward to improving it further and exploring more advanced C++ concepts 💻 #Cplusplus #OOP #Programming #SoftwareEngineering #Coding #StudentProject
Gee aa jatta
good job