Skip to content

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

License

Notifications You must be signed in to change notification settings

rgcastrof/bconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published