/BinaryToDecimal

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

Primary LanguageC++

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