| UMBC CMSC201 * | CSEE | 201 | current 201 | resources | help |
a.out < input > outputThis means that your program is taking inputs from the 'input' file, and writing the outputs to the file called 'output'. You can then look at the output file to verify the accuracy of your results. The 'input' file given here has commands to test some features of your program. For more extensive testing, you can add more commands to the input file.