fecoelho / Bin2Dec

Binaries 2 Decimals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bin2Dec

A simple program in C that turns binaries into decimals.

How to use?

  1. Clone the repository:
git clone https://github.com/fecoelho/Bin2Dec.git
  1. Enter de Bin2Dec folder and compile:
cd Bin2Dec
gcc srcs/*.[ch] && mv a.out Bin2Dec
  1. Run it!
./Bin2Dec _thebinary_ _anotherbinary_ ...
This program can run with multiple inputs or with just one. It can convert binaries up to 32 bits. If you wanna see the code of this project, just enter de srcs folder.

GitHub top language Lines of code

About

Binaries 2 Decimals


Languages

Language:C 100.0%