Skip to content

A Fast C-Program for converting numbers from one base to another base.

License

Notifications You must be signed in to change notification settings

BaseMax/BaseConverterC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BaseConverter C

A Fast C-Program for converting numbers from one base to another base.

Compiling

$ gcc BaseConverter.c -o BaseConverter

Using

$ ./BaseConverter
Usage: a [number] [base] [base]

Convert 125 from base 10 to base 60

$ ./BaseConverter 125 10 60
25