Changes

Jump to: navigation, search

Console class and Line Editing Facility - OOP344 20141

No change in size, 20:00, 13 January 2014
m
How to submit
==How to Compile==
Compile and test your code with the [https://github.com/Seneca-OOP344/20133notes20141notes/blob/master/cio/cio_test.cpp test-main], in the following command-line environments and visual studio.
matrix: GNU (use -lncurses to link ncurses library)
Local PC: Visual Studio.net
=== Tester Program ===
Tester program is at: '''git@github.com:Seneca-OOP344/20133notes20141notes.git''', in /cio/cio_test.cpp *repo path: [https://github.com/Seneca-OOP344/20133notes20141notes/tree/master/cio cio]*[https://github.com/Seneca-OOP344/20133notes20141notes/blob/master/cio/cio_test.cpp cio_test.cpp]
==How to submit==
For submission; first your solution must compile, link, and run without '''errors/warnings''' in all environments.
Test your program with cio_test.cpp from the cio directory in 20133Notes 20141Notes 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:
<!--
Look into this.

Navigation menu