Difference between revisions of "Project 20141 - OOP344"

From CDOT Wiki
Jump to: navigation, search
(Updated index)
(Added A2 link)
 
Line 3: Line 3:
 
= The Project =
 
= The Project =
 
===[[Project A1 20141 - OOP344]]===
 
===[[Project A1 20141 - OOP344]]===
 +
===[[Project A2 20141 - OOP344]]===
  
 
=Testing on Matrix from Windows=
 
=Testing on Matrix from Windows=

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.