Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numSysConvertor

C++ based Number System Convertor

This code is simple Number System Convertor written in C++. The program receives three user inputs

  • number to be converted
  • number system of input
  • number system of output

The program will convert the input into targeted number system and display. If a user gives '0' as a target, it will display the output in following systems.

  • Binary

  • Ternary

  • Quaternary

  • Quinary

  • Senary

  • Octal

  • Decimal

  • Duodecimal

  • Hexadecimal

    The system handles whole number and fraction number.

    In addition, this repository includes process of understanding how to use GitHub. The code or the commit history can be look weird.

About

C++ based Number System Convertor

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages