Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 343 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 343 Bytes

Misc-Tools

Just a bunch of tools and programs implemented in C

Number Converter

This tool allows you to easily convert a number directly from one base (e.g. Decimal) to another one in another base. This is implemented with the intention of mainly Decimal, Hexidecimal and Binary numbers, although other bases will be considered as well.