The web-based compile system can be used in several ways. The following links can be used for different situations:
| Form-based | The source and cin data are entered on the web page. In addition, you can also enter data for one input file stream (in.dat). Additional input file stream files can be selected. Output file stream file names can be entered so the data written to ofstream files will be output. |
| Multi-file | main.cpp and cin data can be specified on the web page. Additional source and header files as well as input file stream files, along with ofstream file names can be specified. |
| File-based | All of the source, header and data files are specified from the web page. |