platypus/orig_test_files
Victor Fernandes 49f73a91f1 Use 2017 test files, directory clean-up 2017-02-02 10:03:18 -05:00
..
Readme.txt Use 2017 test files, directory clean-up 2017-02-02 10:03:18 -05:00
ass1.pls Use 2017 test files, directory clean-up 2017-02-02 10:03:18 -05:00
ass1e.pls Use 2017 test files, directory clean-up 2017-02-02 10:03:18 -05:00
platy_bt.c Use 2017 test files, directory clean-up 2017-02-02 10:03:18 -05:00

Readme.txt

Standard Tests

T1. The file ass1ai.out is produced by the following command line

buffer.exe ass1.pls additive > ass1ai.out

T2. The file ass1mi.out is produced by the following command line

buffer.exe ass1.pls multiplicative > ass1mi.out

T3. The file ass1fi.out is produced by the following command line

buffer.exe ass1.pls fixed > ass1fi.out

T4. The file ass1e.out is produced by the following command line

buffer.exe ass1e.pls fixed > ass1e.out

REMINDER:
The output files produced by your buffer program
MUST be identical bit by bit to the provided output test files.