Question: ASsignment Create one file, lab6.cpp. This program should accept two command line arguments: an input text file and an output text file for writing results






ASsignment Create one file, lab6.cpp. This program should accept two command line arguments: an input text file and an output text file for writing results You will be given an input file who's first entry is the number of date entries in the list. This file will be provided on Canvas and looks like: 4 10 5 1993 3 4 1982 1 28 1943 1 24 1943 Each record begins with a month followed by day and then year. You may only use C++ style file I/O to manipulate data. You may not use printf or scanf in your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
