toolquarry / tq-binary-to-decimal-example

This is an example project that demonstrates how to use the binary_to_decimal library to convert binary numbers to decimal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary to decimal example

This is an example project that demonstrates how to use the binary_to_decimal library to convert binary numbers to decimal.

Prerequisites

Before building and running this project, you must have the binary_to_decimal library installed. You can download it from here and follow the installation instructions.

Building the Example Program

To build the example program, run make in the root directory of the project. This will generate the executable in the bin directory.

Running the Example Program

To run the example program, navigate to the bin directory and run the tq_binary_to_decimal_example executable.

About

This project was created by ToolQuarry. If you have any questions or feedback, please contact us.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This is an example project that demonstrates how to use the binary_to_decimal library to convert binary numbers to decimal.

License:MIT License


Languages

Language:Makefile 65.0%Language:C 35.0%