Question: Write a C/C++ storm event application, named storm, that reads command line arguments, indicating the number of years of storm data to manage. Following this
Write a C/C++ storm event application, named storm, that reads command line arguments, indicating the number of years of storm data to manage. Following this are years on the command line, each a distinct four-digit year YYYY, 1950YYYY2019. That is, the application is invoked as:storm YYYY1. . .YYYYn. For example, storm 1 1950storm 3 1950 1951 1952For each yearYYYYi, 1in, there are two input data files. The first is named details-YYYYi.csv and is a comma-separated value(CSV) file containing the storm event data. The second is also a CSV file, named fatalities-YYYYi.csv; it contains the storm fatality data. Initialize the data structures using these files as described in1.2.2.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
