Welcome to the Beginner C++ Programs repository! This collection contains simple console-based C++ programs designed for beginners to help you learn and practice fundamental programming concepts. Whether you're just starting out or looking to refresh your skills, these examples will provide a solid foundation.
- Simple and easy-to-understand code
- Covers basic concepts such as loops, conditionals, functions, and user input
- Well-commented code for better understanding
- Console applications that can be run in any terminal or command prompt
To get started with the programs in this repository, you'll need to have a C++ compiler installed on your machine. Some popular options include:
- GCC (GNU Compiler Collection)
- Clang
- Microsoft Visual Studio
Make sure you have the following installed:
- A C++ compiler
- A code editor (e.g., Visual Studio Code, Code::Blocks, or any IDE of your choice)
Here are the console programs included in this repository:
- City Quiz - A fun quiz game that tests your knowledge about different cities.
- Calculator - A program that performs basic arithmetic operations like addition, subtraction, multiplication, and division.
- Currency Converter - Converts amounts between different currencies based on user-defined exchange rates.
- Triangle Sides Calculator - Calculates the length of the sides of a triangle based on user input.
- Dice Rolling Game - Simulates rolling a pair of dice and displays the result in the console.
- Number Guessing Game - A fun game where the user guesses a randomly generated number within a specified range.
Feel free to explore each program's directory for additional details and comments.
- Clone this repository to your local machine:
git clone https://github.com/Mmabiaa/cpp-beginner-programs.git