Skip to content
/ numc Public

A command line utility to convert numbers between number systems, written in C

License

Notifications You must be signed in to change notification settings

jantari/numc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

numc

A command line utility to convert numbers between number systems, written in C

Usage:

numc (number) -s (source number system) -t (target-number-system) [-v]

The optional "-v" argument enables verbose mode and outputs additional information about the calculation process.

Examples:

numc 42 -s10 -t2
Converts 42 (decimal) to binary

numc 101010 -s2 -t10
Converts 101010 (binary) to decimal

numc AFFE -s 16 -t 8
Converts AFFE (hexadecimal) to octal

About

A command line utility to convert numbers between number systems, written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages