项目作者: raph-son

项目描述 :
Conversion from one number base system to another
高级语言: C++
项目地址: git://github.com/raph-son/number_systems.git
创建时间: 2019-07-16T13:51:20Z
项目社区:https://github.com/raph-son/number_systems

开源协议:

下载


Number System Conversion

This is an implementation of conversion from base10(decimal) to base2(binary), from base16(hexadecimal) to base2(decimal) and from base8(octal) to base2(binary)

  • binary addition operation

out/ directory is where it is intended to keep compilled files. just to keep things clean!