Changes

Jump to: navigation, search

Console Class - OOP344 20121

417 bytes added, 02:29, 6 February 2012
Submission
For submission purposes, your solution must compile, link, and run without errors in each environment.
  When your program passed all the tests, on matrix, create a direcotry and copy all the course file into it. Then copy cio_test.o from "~fardad.soleimanloo" and then compile your code with your professors version of cio_test on matrix (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 containing all source files: $cp ~fardad.soleimanloo/cio_test.o .to compile the code: $g++ bconsole.cpp console.cpp cio_test.o -lncursesThis should not generate any warnings.<br />To run the test (with automatic submission) $a.out

Navigation menu