Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 314 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 314 Bytes

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