Small tool to convert between binary, decimal and hexadecimal numbers.
Using the netbeans generated makefile:
git clone https://github.com/RedSpiderMkV/BinDecHexConverter
cd BinDecHexConverter
make
or specify the file, selfMakefile as the input to the make command.
make -f selfMakefile
Unit tests are written for the NetBeans unit testing framework. Run from within NetBeans.
Navigate to output directory
Example
./bdhoconvert hex 20
Shows binary, decimal and hex and octal representation of 0x20