A simple C++ console application that allows users to convert numbers between different number systems:
- Binary
- Decimal
- Octal
- Hexadecimal
## Features
- User-friendly menu for selecting conversion types
- Modular structure using header files
- Accurate conversions between all major number systems