FaizanZaheerGit / Number-Convertor-in-C-

this number convertor is used to convert numbers from one system or format into another, supported formats/number systems include decimal, hexadecimal, binary, octal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number-Convertor-in-C-

This code Written in C++ will convert a string of numbers you given in one format and convert into another format

Following formats of number systems are included: Decimal, Binary, Octal, Hexadecimal

You choose a conversion for example (Binary to Decimal)

Then you give an input string in needed format, like for binary it would be: 1001

the covertor will this into the desired format for example if binary input is '1001' the decimal convertor will give you an answer of '9'

This works in similar wiht other formats

About

this number convertor is used to convert numbers from one system or format into another, supported formats/number systems include decimal, hexadecimal, binary, octal


Languages

Language:C++ 100.0%