Skip to content

Number base converter tool - convert between binary, decimal, octal and hexadecimal values

License

Notifications You must be signed in to change notification settings

RedSpiderMkV/BinDecHexOctConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Number base converter tool - convert between binary, decimal, octal and hexadecimal values

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published