Skip to content

Simple C++ and Python code to convert Binary to Decimal

Notifications You must be signed in to change notification settings

RaynardGerraldo/BinaryToDecimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Binary To Decimal

How to use:

C++: Install Boost library sudo apt-get install libboost-all-dev

Compile code: g++ -o bintodec bintodec.cpp -lgmp

Python: Run code normally

About

Simple C++ and Python code to convert Binary to Decimal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published