Changes

Jump to: navigation, search

Console class and Line Editing Facility - OOP344 20141

3 bytes removed, 20:00, 13 January 2014
m
How to submit
====Step two====
''First run your program with [https://github.com/Seneca-OOP344/20133notes20141notes/blob/master/cio/cio_test.cpp cio_test.cpp] and make sure it passes all the tests up to and including "4.16". If all tests are passed continue with step two:
=====InTextEditor=====
=Submission=
==Common Submission mistakes==
TBA
<!--* Submitting the assignment with old version of cio_text.o
*: ''Make sure you copy the latest version (currently 0.94.1) from my account : $cp ~fardad.soleimanloo/cio_test.o
* Using tab character''-->
*: ''As mentioned in class using tab character in your text editor makes the indentation of your code different in different editors, please make sure before submission you go to the settings of your development environment and make sure it uses spaces instead of tab character.''
 
==Tester Demo==
To see how tester runs, you can run on matrix.senecacollege.ca (only use putty with the setting stated at [[#Notes|Notes]]) run:
==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