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

https://github.com/wawenoter/binary-to-decimals

Binary to Decimals Linux CMD
https://github.com/wawenoter/binary-to-decimals

binary c cmd linux math wawenoter

Last synced: over 1 year ago
JSON representation

Binary to Decimals Linux CMD

Awesome Lists containing this project

README

          

# Binary to Decimal Converter (Linux CMD)

## Description
This project provides a C program that converts numbers between:
- **Binary to Decimal**
- **Decimal to Binary**

It runs in the Linux terminal.

## Installation and Usage

### 1. Download Files
Copy `main.c`, `convert.c`, `convert.h`, and `build.sh` to your working directory.

### 2. Grant Execution Permission
Run the following command in the terminal:
```sh
chmod +x build.sh
sudo sh build.sh