Changes

Jump to: navigation, search

Project R0.1 20123- OOP344

847 bytes added, 12:08, 14 October 2012
Submission
EDIT: Fardad will release a test program to check your code. When you successfully run this program in the school's Linux environment (Zenit or Matrix), it will automatically submit your assignment for you.
<s>Method of submission will be announced later.</s>
==Submission details==
The due date for submission is: Mon Oct 15th 23:59
 
When your program passed all the tests, on matrix, create a 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) attached to it.
 
to copy the cio_test.o do the following.<br />
From the directory containing all source files:
$cp ~fardad.soleimanloo/cio_test.o .
to compile the code:
$g++ bconsole.cpp console.cpp cio_test.o -lncurses
This should not generate any warnings.<br />
To run the test (with automatic submission)
$a.out

Navigation menu