Program Output< Back to The Program | Forward to Analysis >This page links you to the program output for all 180 program runs. Each link contains all six program runs for a given file using a given compiler. For an explanation of the output format, click here. Note: If your computer supports it, you can compare the program output against the input files (or different outputs against each other) by opening two or more instances of your browser and having them visible on the screen at the same time. |
Input File | Description | View Output | ||
data.dos | Correct DOS file | Visual C++ | Borland C++ | GNU gcc |
data.unx | Correct Unix file | Visual C++ | Borland C++ | GNU gcc |
data.mac | Correct Macintosh file | Visual C++ | Borland C++ | GNU gcc |
Input File | Description | View Output | ||
noendeol.dos | DOS file missing last line terminator | Visual C++ | Borland C++ | GNU gcc |
noendeol.unx | Unix file missing last line terminator | Visual C++ | Borland C++ | GNU gcc |
noendeol.mac | Macintosh file missing last line terminator | Visual C++ | Borland C++ | GNU gcc |
Input File | Description | View Output | ||
eof.dos | Correct DOS file with an end of file marker | Visual C++ | Borland C++ | GNU gcc |
Input File | Description | View Output | ||
bad1.dos | Malformed file: CR and LF reversed | Visual C++ | Borland C++ | GNU gcc |
Input File | Description | View Output | ||
bad2.dos | Malformed file: line terminator is CR CR LF | Visual C++ | Borland C++ | GNU gcc |
Input File | Description | View Output | ||
bad3.dos | Malformed file: Embedded DOS end of file marker | Visual C++ | Borland C++ | GNU gcc |
< Back to The Program | ^ Up to Top | Forward to Analysis > |