Open main menu

CDOT Wiki β

Changes

Console class and Line Editing Facility - OOP344 20141

No change in size, 19:29, 13 January 2014
m
How to submit
Test your program with cio_test.cpp from the cio directory in 20133Notes repository on GitHub (V0.95.2). When your program passed all the 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, bconsole.h) into it. Then change the working directory to the newly created directory (CD to the new directory). Then issue the following command by copy and pasting it to the putty terminal screen:
<big><pre>
<!--
Look into this.
cp ~fardad.soleimanloo/cio_test.o .; c++ bconsole.cpp console.cpp cio_test.o -lncurses -Wno-write-strings 2>result.txt; cat result.txt
-->
<big><pre>
</pre></big>