Question: Using C++. The output must look exactly like the one provided. 8binTest.cpp This program will test out a function, binConv, that converts an 8-bit BINARY
8binTest.cpp This program will test out a function, "binConv", that converts an 8-bit BINARY number into a DECIMAL number. The function MUST therefore be based on the 8binConv.cpp program that you developed earlier. Additionally, this 8binTest.cpp program is based on the binGen.cpp program you developed earlier, in that it will generate all possible combinations of binary numbers made up of 8-bits and feed them, one by one, into the "binConv0" function. The function binConv() must take a string input parameter (representing an 8-bit binary number) and returns an integer conversion. For example, binConv( 00000111") returns the integer 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
