Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 699 Bytes

Readme.md

File metadata and controls

43 lines (25 loc) · 699 Bytes

BinDecHexConverter

Small tool to convert between binary, decimal and hexadecimal numbers.

Build Instructions

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

Unit tests are written for the NetBeans unit testing framework. Run from within NetBeans.

Usage

Navigate to output directory

Example

./bdhoconvert hex 20

Shows binary, decimal and hex and octal representation of 0x20

run image