Changes

Jump to: navigation, search

Project R0.1 20131- OOP344

739 bytes added, 03:40, 1 February 2013
no edit summary
{{OOP344 Index | 20131}}
<h1>Under construction!</h1>
=Release=
* 0.1
=Notes=
* Pull the changes of the two files '''bconsole.cpp''' and '''bconsole.h''' to version 1.02 (Feb 1, 2013) from the console directory in notes repository of your section*Using Linux: please use putty only and set the keyboard to
*: Backspace = Ctrl-?
*: Home and End = Standard
=Due Dates=
* FriTue, Feb 1st5th
=Help=
===external links===
* instantiate Console, in an object called "console" in cio namespace and create an external linkage to in console.h
* create a global integer variable in console.cpp called CIO_TABSIZE and initialize it to 4 <big><pre>unsigned int CIO_TABSIZE = 4;</pre></big>then create an external link in console.h to make it available in all cio files. Use this variable when you need the tab-size.
===display() method===
void display(const char* str, int row, int col, int fieldLen=0);
For submission purposes, your solution must compile, link, and run without errors in each environment.
==Tester Demo==
* TBA<!-- To see how tester runs, you can run on Matrix (only use putty with the setting stated at [[#Notes|Notes]]) run:
<big><pre>
$ ~fardad.soleimanloo/cio_test
</pre></big> -->
==Submission details==
The due date for submission is: <s>FriTue, Feb 1st 5th 23:59</s> Sunday First pull the changes of the two files bconsole.cpp and bconsole.h to version 1.02 (Feb 1, Feb 3rd 23:592013) from the console directory in notes repository of your section.
Test your program with cio_test.cpp from the same console 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 v 0.94.1 from "~fardad.soleimanloo" and then compile your code with your professors 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 professor automatically with your source code (console.h and console.cpp) attached to it.
to copy the cio_test.o do the following.<br />
This should not generate any warnings.<br />
To run the test (with automatic submission)
$a.outyour_student_number Your Full Name as on Student Card <ENTER>Example: $ a.out 012345678 Home Jay Simpson <ENTER>

Navigation menu