Question: How would you write a C++ program to take in and convert a vector of words into a vector of binary values. For example: converting
How would you write a C++ program to take in and convert a vector of words into a vector of binary values.
For example:
converting 0000000C to a binary value or converting 1A022E4E to a binary. This would require you to split it in half to 1A02 and 2E4E. Not limited to just these numbers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
