Skip to content

numconv is a small program that converts any number from any numerical system to any number from any numerical system.

License

Notifications You must be signed in to change notification settings

DevManu-de/numconv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numconv

Description

numconv is a small program that converts any number from any numerical system to any number from any numerical system.

In the latest realease you can also convert a string / char to any number in any numerical system.

Any ideas to improve are always appreciated.

Usage

make

Then an output folder is generated

output/main -i <base of input number> -n <number to be converted> -o <base of ouputted number>

To convert a string to a number

output/main -s <string> -o <base of outputted numbers>

Contributing

Just fork it and make a pull request. To ensure that the program works as expected, please run the test.sh file.

About

numconv is a small program that converts any number from any numerical system to any number from any numerical system.

Topics

Resources

License

Stars

Watchers

Forks