Difference between revisions of "BTP300"
(→Evaluation) |
(→The Project) |
||
Line 32: | Line 32: | ||
use your favorite formats and styles in creating wiki pages. | use your favorite formats and styles in creating wiki pages. | ||
− | == The Project == | + | == The Course Project == |
− | + | Please post your questions, answers and comments on the following links. | |
+ | |||
+ | == [[Assignment 1: Q &A ]] == | ||
+ | == [[Assignment 2 (Release 0.1): Q & A]] == | ||
+ | == [[Assignment 2 (Release 0.2): Q & A]] == | ||
+ | == [[Assignment 2 (Release 0.3): Q & A]] == | ||
+ | == [[Assignment 3: Q & A]] == | ||
+ | == [[Assignment 4: Q & A]] == | ||
== Assignment Submission Requirements == | == Assignment Submission Requirements == |
Revision as of 15:43, 31 August 2012
BTP300 Fall 2011 | Weekly Schedule | Student List | Project Requirements | Teams and their Projects | Student Resources
Please help make this page resourceful for all BTP300 students to use!
Contents
- 1 Object-Oriented Software Development I - C++
- 1.1 Subject Description and Course Outcome
- 1.2 External Links
- 1.3 Wiki-based Learning
- 1.4 The Course Project
- 1.5 Assignment 1: Q &A
- 1.6 Assignment 2 (Release 0.1): Q & A
- 1.7 Assignment 2 (Release 0.2): Q & A
- 1.8 Assignment 2 (Release 0.3): Q & A
- 1.9 Assignment 3: Q & A
- 1.10 Assignment 4: Q & A
- 1.11 Assignment Submission Requirements
- 1.12 Resources
- 1.13 Examples and In-Class Notes
- 1.14 Archives
Object-Oriented Software Development I - C++
- This course continues the study of object-oriented programming, which started with BTP200. This course covers details of the C++ language at the intermediate level.
Subject Description and Course Outcome
External Links
Wiki-based Learning
Purpose
Collaboration is a growing trend in today's practice of software development. You may visit Wikipedia to read about Ward Cunningham and collaboration in agile software development. IBM has developed a wiki-based product for corporate learning. During this semester, you will use a wiki to learn how to collaborate with your fellow classmates when you are building up your C++ programming skills in this course. The students will take an active role in creating useful contents. The professor will play the role of an observer and a facilitator.
Benefits
- You will be better prepared to enter the IT workforce and pursue courses on open source software development such as OSD600 or DPS908.
- You are expected to use this wiki when you start working on the course project as a team. In order to develop professional presentation skills, please pay attention to clarity of expression and spelling errors.
Guidelines of Community Practice
The key ingredient in fostering a spirit of collaboration is that everyone is a CONTRIBUTOR to the learning community. We will respect each other and interact with each other in a professional way. You will discover your artistic potentials when you use your favorite formats and styles in creating wiki pages.
The Course Project
Please post your questions, answers and comments on the following links.
Assignment 1: Q &A
Assignment 2 (Release 0.1): Q & A
Assignment 2 (Release 0.2): Q & A
Assignment 2 (Release 0.3): Q & A
Assignment 3: Q & A
Assignment 4: Q & A
Assignment Submission Requirements
Stage 1
Submit your assignment to Moodle as per the instructions on the assignment specifications
Stages 2 through 4
When ready to submit your final project:
- Finalize your modifications in trunk.
- Create a directory in trunk called: "SubmissionLogs"
- For each member of the team create a text file named as "YourSenecaEmailId.txt" in the "SubmissionLogs" directory. In this text file, in a point form, specify in detail, all the tasks you have done for the group project.
- Branch (copy) the whole project including the SubmissionLogs directory and its text files into tags directory under "prj1.0".
- If final adjustments are needed after these steps, repeat everything from step one but branch the trunk into a new directory in tags as prj1.1, prj1.2, etc.
- (for marking purposes, your instructor will consider your last revision as your submission)
Resources
- How To edit Wiki pages
- How To edit Wiki Cheatsheet
- Subversion (SVN)
- Download Page of TortoiseSVN
- TortoiseSVN Documentation
- SVN book at red-bean.com or downloadthe PDF from here.
- IRC Tutorial
- AnkhSVN - Free Visual Studio SVN Integration Alternative To VisualSVN