You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exemplos em C++ de todos os assuntos de Programação Orientada a Objetos (POO) e contém um projeto que junta esses conceitos a um microcontrolador para construir um sistema de automação para regar de forma segura jardins, gramados e hortas (OrganoSafe).
The Fraction class in C++ uses fractions with robust arithmetic operations and comparison capabilities. It includes constructors for flexible initialization, overloads operators for intuitive usage (including arithmetic, comparison, and unary operations), and provides utility functions like normalization and error handling for zero denominators.
🏦 It's a simple console-based application implemented in C++, offering a comprehensive suite of features for managing financial transactions and client accounts.
A hands‑on collection of 19 entry‑level C++ labs—covering fundamental concepts such as data types, control flow, functions, STL basics, OOP, file I/O, and core algorithms—with well‑commented solutions adapted from Rustam‑Z’s exercises.