Difference between revisions of "Project 20141 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(A1)
(Added A2 link)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{OOP344 Index | 20141}}
+
{{OOP344 Index Extended | 20141}}
  
 
= The Project =
 
= The Project =
== A1 ==
+
===[[Project A1 20141 - OOP344]]===
The layout of the wiki is currently being updated. Please see [https://scs.senecac.on.ca/~btp300/pages/assignments/a1.html BTP300 Assignment 1] for A1. Exceptions to what is mentioned on the linked page will be mentioned here.
+
===[[Project A2 20141 - OOP344]]===
  
=== Compilation Platforms ===
+
=Testing on Matrix from Windows=
* Matrix G++
+
Please use [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe putty] only and set the following settings:<br/>
* Windows Visual Studio 2012
+
'''Keyboard:'''
(no borland)
+
* Backspace = Ctrl-?
 +
* Home and End = Standard
 +
* Function keys and keypad = Linux
 +
'''Connection:'''
 +
* Connection > Data > Terminal-type string = linux (This step must be done when first connecting through putty!)
  
=== Notes ===
+
= Other Notes =
 
* Weekly blog reports are not required. Its outdated information.
 
* Weekly blog reports are not required. Its outdated information.
 
* There's no teamwork in this course at the moment. Assignment code sharing is not allowed.
 
* There's no teamwork in this course at the moment. Assignment code sharing is not allowed.
* If you have problems, there's always IRC channel #seneca-oop344 on Freenode.
+
* If you have problems, there's always IRC channel '''#seneca-oop344''' on '''Freenode'''.
 
+
* If you get a problems with compiling like "console.cpp:(.text+0x7): undefined reference to `initscr'", you need to make sure that you compile it with "-lncurses" parameter.
=== Submission ===
 
Section A/C - Send assignment in Blackboard.
 
 
 
Section B - Send assignment via email [mailto:john.blair@senecacollege.ca john.blair@senecacollege.ca].
 
 
 
<!--
 
==[[Console class and Line Editing Facility - OOP344 20141 | Console class and Line Editing Facility]]==
 
 
 
==[[The CIO Framework - OOP344 20141 | The CIO Framework]]==
 
 
 
==[[The Application - OOP344 20141 | The Application]]==
 
-->
 
 
 
=Notes=
 
* Using Matrix, from windows: please use [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe putty] only and set the keyboard to  
 
*: Backspace = Ctrl-?
 
*: Home and End = Standard
 
*: Function keys and keypad = Linux
 
*: And then:
 
*: Connection > Data > Terminal-type string = linux (This step must be done when first connecting through putty!)
 

Latest revision as of 21:06, 9 March 2014


OOP344 | Weekly Schedule | Student List | Teams | Project | A1 | A2 | A3 | Student Resources

The Project

Project A1 20141 - OOP344

Project A2 20141 - OOP344

Testing on Matrix from Windows

Please use putty only and set the following settings:
Keyboard:

  • Backspace = Ctrl-?
  • Home and End = Standard
  • Function keys and keypad = Linux

Connection:

  • Connection > Data > Terminal-type string = linux (This step must be done when first connecting through putty!)

Other Notes

  • Weekly blog reports are not required. Its outdated information.
  • There's no teamwork in this course at the moment. Assignment code sharing is not allowed.
  • If you have problems, there's always IRC channel #seneca-oop344 on Freenode.
  • If you get a problems with compiling like "console.cpp:(.text+0x7): undefined reference to `initscr'", you need to make sure that you compile it with "-lncurses" parameter.