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
- Host: GitHub
- URL: https://github.com/wawenoter/binary-to-decimals
- Owner: wawenoter
- License: gpl-3.0
- Created: 2025-02-20T18:36:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T18:40:19.000Z (over 1 year ago)
- Last Synced: 2025-02-20T19:38:33.461Z (over 1 year ago)
- Topics: binary, c, cmd, linux, math, wawenoter
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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