Difference between revisions of "BTP300 Workshop 0"

From CDOT Wiki
Jump to: navigation, search
Line 6: Line 6:
 
*Activities
 
*Activities
 
#Form a team of two people and post up your names on the wiki page "Teams".
 
#Form a team of two people and post up your names on the wiki page "Teams".
#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.
+
#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 platfrom (the Visual Studio platform) and the Linux platform (matrix.senecac.on.ca).
 
#Complete the [https://scs.senecac.on.ca/~btp300/pages/handouts/index.html Key Code Values Handout] on the BTP300 website. You will find the executable code for three different platforms there.
 
#Complete the [https://scs.senecac.on.ca/~btp300/pages/handouts/index.html Key Code Values Handout] on the BTP300 website. You will find the executable code for three different platforms there.
 
#Read Assignment 1 and try to understand the specification. Watch the video on Pair Programming. You and your team member will practise Pair Programming during the first period of class on Monday (Sept. 10). ATTENDANCE IS REQUIRED and it will affect the marks you could receive for Assignment 1.
 
#Read Assignment 1 and try to understand the specification. Watch the video on Pair Programming. You and your team member will practise Pair Programming during the first period of class on Monday (Sept. 10). ATTENDANCE IS REQUIRED and it will affect the marks you could receive for Assignment 1.

Revision as of 16:59, 1 September 2012

  • 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 "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 platfrom (the Visual Studio platform) and the Linux platform (matrix.senecac.on.ca).
  3. Complete the Key Code Values Handout on the BTP300 website. You will find the executable code for three different platforms there.
  4. Read Assignment 1 and try to understand the specification. Watch the video on Pair Programming. You and your team member will practise Pair Programming during the first period of class on Monday (Sept. 10). ATTENDANCE IS REQUIRED and it will affect the marks you could receive for Assignment 1.