1
edit
Changes
→Submission
When your program passed all the tests, on matrix, create a direcotry directory and copy all the source files (console.cpp, console.h, bconsole.cpp, bconsole.h) into it. Then copy cio_test.o from "~fardad.soleimanloo" and then compile your code with your professors version of cio_test (i.e cio_test.o) and run it. If all the tests are passed successfully, an email will be sent to your professor automatically with your source code (console.h and console.cpp).
to copy the cio_test.o do the following.<br />
From the direcotry directory containing all source files:
$cp ~fardad.soleimanloo/cio_test.o .
to compile the code: