Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

fecoelho/Bin2Dec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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