Skip to content

Repository files navigation


✅ ** cpp-number-systems**

(مشاريع التحويل بين أنظمة العد)


# 🔢 C++ Number Systems Conversion Projects

This repository contains C++ projects dedicated to converting between different **number systems**, including:
- Decimal ↔ Binary  
- Decimal ↔ Octal  
- Decimal ↔ Hexadecimal  
- Binary ↔ Decimal / Octal / Hex  
- And more conversion algorithms  

These programs are essential for understanding **computer architecture, digital logic, and low-level data representation**.

---

## 📂 Project Structure
Each conversion program is stored in its own folder:

cpp-number-systems/
│── Convert_Decimal_to_Binary/
│ ├── main.cpp
│ └── README.md
│── Convert_Decimal_to_Octal/
│ ├── main.cpp
│ └── README.md
│── Convert_Binary_to_Decimal/
│ ├── main.cpp
│ └── README.md
│── Convert_Hex_to_Decimal/
│ ├── main.cpp
│ └── README.md
└── README.md


---

## 🧠 What You Will Learn
- How number systems work  
- Manual conversion methods  
- Using loops and division / modulus operations  
- Working with characters for hex conversion  
- Improving C++ logic skills  

---

## 🔧 Features
- Clean and beginner-friendly code  
- No external libraries  
- Works on any C++ compiler  
- Each project contains explanation and sample outputs  

---

## ▶️ How to Run Any Project
Each project has its own README with compile/run instructions.

## About me
Momen Sarsour — Computer Systems Engineering  
[Contact Email : [email protected] ]
[Contact whatsapp : +970567077179 ]

About

Using C++

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages