Welcome to my C++ Applications repository! This project contains various small programs designed to practice and demonstrate key concepts of C++ programming. These applications are practical, beginner-friendly, and focus on solving everyday problems.
-
Basic Calculator:
- Perform basic arithmetic operations: addition, subtraction, multiplication, and division.
-
Currency Converter:
- Convert values between USD and BRL with user-defined exchange rates.
-
Area, Volume, and Radius Calculator:
- Calculate the area and volume of shapes such as squares, rectangles, circles, and spheres.
-
Fuel Consumption Tracker:
- Calculate fuel consumption per kilometer based on distance traveled and fuel used.
-
Intermediate Calculator:
- A more advanced calculator capable of handling percentage calculations and power functions.
To run the programs in this repository, you'll need:
- A C++ compiler (e.g., GCC, Clang, or MSVC).
- A code editor or IDE (e.g., Visual Studio, VS Code, or Code::Blocks).