An open API service indexing awesome lists of open source software.

https://github.com/naemazam/base-converter

The Base converter is a simple project developed using c++ programming language. The project contains a base conversion system. The user can enter any number and convert them to any number system (like decimal to binary, binary to Hexadecimal, etc.).
https://github.com/naemazam/base-converter

base-conversion base-converter c-programming c-programming-project conversion converter naemazam

Last synced: 7 months ago
JSON representation

The Base converter is a simple project developed using c++ programming language. The project contains a base conversion system. The user can enter any number and convert them to any number system (like decimal to binary, binary to Hexadecimal, etc.).

Awesome Lists containing this project

README

          

# Base-Converter

This simple converter is in c language. Talking about the features of this system, this base application is designed to convert entered numbers from any number system to any number system. The base is in numerical form. It takes a number, the base of the entered number, and the base of the output number. When you enter the number, the program converts the number to the output base.

Also, the design of this system is pretty simple so that the user won’t get any difficulties while working on it.

## What It Can Do?

- **Binary to Decimal**
- **Binary to Octal**
- **Binary to Hexa-Decimal**
- **Decimal to Binary**
- **Decimal to Octal**
- **Decimal to Hexa-Decimal**
- **Octal to Binary**
- **Octal to Decimal**
- **Octal to Hexa-Decimal**
- **Hexa-Decimal to Binary**
- **Hexa-Decimal to Decimal**
- **Hexa-Decimal to Octal**

# Run
you must have installed Dev C++ or Code Blocks on your PC. (we recommend these IDE)

# Video Tutorial

[Play Now](https://youtu.be/wZoiDUmVkLA)