Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 648 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 648 Bytes

Base Converter

Simple terminal-based base converter written in C that converts integers from decimal to binary, octal, or hexadecimal.

How it works:

Run the command "bconv" in your terminal to start the program and select an option from the menu:

  1. Convert decimal to binary
  2. Convert decimal to octal
  3. Convert decimal to hexadecimal
  4. Quit the program

Dependencies

  • git
  • make
  • gcc

Instalation

Git

git clone https://github.com/rgcastrof/bconv.git && cd bconv && sudo make install

Uninstallation

cd bconv
sudo make uninstall

Contact

[email protected]