Question: Write a command line C++ program that will read from a file a number in any base and convert it to decimal. The program should
Write a command line C++ program that will read from a file a number in any base and convert it to decimal. The program should read the input from an input file and display the result in another output file. The first line of the input file contains a number N that represents the number of numbers to be converted. The file then contains N lines where each line consists of the base of the number followed by the number (which may contain a radix point). The output file contains N lines where each line starts with the number read followed by its decimal equivalent.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
