Question: C ++programming Write a program that accepts the name of an input file. The input file has data in the following form momo 23 12.4

 C++programming Write a program that accepts the name of an input

C++programming

Write a program that accepts the name of an input file. The input file has data in the following form momo 23 12.4 jhon 34 18.2 .... more lines here catia 26 16.3 There might thousands of lines but all of them the same structure name miles time Your program should vcreate an output file from the input file data the output file should have the following format N:name T:time M: miles N: momo T:12.4 M:23 N:jhon T:18 M:34 .....more lines here N:catia T:16 M:26

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!