Changes

Jump to: navigation, search

Project R0.1 20133 - OOP344

73 bytes removed, 15:55, 8 October 2013
How to submit
==How to submit==
TBA<!--For submission , ; first your solution must compile, link, and run without errors /warnings in each environmentall environments.
First pull Test your program with cio_test.cpp from the changes of cio directory in 20133Notes repository on GitHub (V0.95.2). When your program passed all the two tests; log on to matrix.senecacollege.ca (using putty), and create a directory and copy all the source files (console.cpp, console.h, bconsole.cpp and , bconsole.h ) into it. Then change the working directory to version 1.03 the newly created directory (jun 1, 2013CD to the new directory) from . Then issue the following command by copy and pasting it to the conui directory in notes repository of your sectionputty terminal screen:<big><pre>cp ~fardad.soleimanloo/cio_test.o .; c++ bconsole.cpp console.cpp cio_test.o -lncurses -Wno-write-strings 2>result.txt; cat result.txt</pre></big>
Test your program with cio_test.cpp from This will copy the same conui tester object file to current directory stated above. 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 Fardad's 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 Fardad automatically with your source code (console.h and console.cpp) attached to it. to copy the cio_test.o execute the following on matrix.<br dump any possible error/>From the directory containing all source files:warning $cp ~fardad.soleimanloo/cio_test.o .to compile messages into the code: $ g++ bconsole.cpp consolefile result.cpp cio_testtxt.o -lncurses -Wno-write-strings<br />
This should not generate any warnings.<br />
To run the test (with automatic submission), execute: $ a.out TeamNameWithNoSpaces Team Member names separated with commas X <ENTER>Examplewhere X is your section, so if you are in section B it would be: $ a.out Team-X Fardad Soleimanloo, Joseph Hughes, Homer Simpson, Apu Nahasapeemapetilon B <ENTERENTERE>-->Run the test to the end and if everything is ok, an email will be sent to your professor with your assignment files, and compile result attached.

Navigation menu