Decimal to Binary Conversion on C/C++ Visual Studio 2015

  • 7 years ago
This video explains how to use C/C++ on Visual Studio to convert a decimal number into binary. The conversion includes integer and fraction parts. The algorithms were also given verbally. The input to the program was made through command-line arguments that can be key-in at command prompt.

Recommended