Simple terminal-based base converter written in C that converts integers from decimal to binary, octal, or hexadecimal.
Run the command "bconv" in your terminal to start the program and select an option from the menu:
- Convert decimal to binary
- Convert decimal to octal
- Convert decimal to hexadecimal
- Quit the program
- git
- make
- gcc
git clone https://github.com/rgcastrof/bconv.git && cd bconv && sudo make install
cd bconv
sudo make uninstall