Open main menu

CDOT Wiki β

BTP300 Workshop 0

Revision as of 20:31, 5 September 2013 by Peter.liu (talk | contribs)
  • Notes
  1. You will not receive any marks for doing this workshop. However, it will help you to become familiar with the Console Input Output Library and have a quick start on Assignment 1.
  2. In order to improve your (applied) research skills (i.e. self-directed learning skills), you are expected to complete the activities without being given detailed instructions.
  1. Form a team of two people and post up your names on the wiki page "BTP300A Teams" or "BTP300B Teams".
  2. Build a C++ application program (i.e. the main program) that displays a shape and some words on the console window. You could post up your code and a screenshot here. Try to run it on two different platforms such as the Borland platform (the Visual Studio platform) and the Linux platform (matrix.senecac.on.ca). I could ask your team to give a demo in the computer lab.
  3. Complete the Key Code Values Handout on the BTP300 website. You will find the executable code for three different platforms there.
  4. Read the source code (FindKeyCode.cpp) and see if you understand it. You can discuss the code with your team member.
  5. Read Assignment 1 and try to understand the specification. Watch the video on Pair Programming. You and your team member will put pair programming into practice.