Skip to content

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

Notifications You must be signed in to change notification settings

FaizanZaheerGit/Number-Convertor-in-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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