Question: Write a program in C + + that extracts information from a text file containing information about images on a website. The program should read

Write a program in C++ that extracts information from a text file containing information about images on a website.
The program should read from a file called "Images.txt" which will contain an unknown number of lines. Each line consists of image URL, an MD5 hash identifying the image, and a file size in bytes.
The program should print out a well organized table that for each image shows : the filename, image type, the width, the height, and the size in kilobytes rounded to one decimal place.
After the list of files it should display the total size in kilobytes of the images.

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 Programming Questions!