Question: Write a program that takes in two command line arguments (an input filename and an output filename), sorts the numbers in the input file using
$ g++ cs135prog.cpp $ ./a.out infile.txt outfile.txt $ more outfile.txt 11 21 42 89 168 336 1 1 2 3 5 8 13 21 34 0 12 3 45 6 78 9 50 100 200 400
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
