Open main menu

CDOT Wiki β

Changes

BTP300 Fall 2011

3,360 bytes added, 16:14, 31 August 2012
Created page with '{{BTP300 Index | 20113}} Please help make this page resourceful for all BTP300 students to use! = Object-Oriented Software Development I - C++ = *This course continues the stud…'
{{BTP300 Index | 20113}}

Please help make this page resourceful for all BTP300 students to use!

= 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 ===
* [https://scs.senecac.on.ca/course/btp300 BTP300]
=== External Links ===
* [https://cs.senecac.on.ca/~btp300/pages/content/index.html Course Web Site – Lecture Notes]
* [https://cs.senecac.on.ca/~btp300/pages/timeline.html Course Web Site – Timeline]

== The Project ==
The course project is a four-stage assignment to build a game using the framework as the starting point. Each team consists of up to 4 members. Membership is subject to instructor approval and is open to modification until the end of the week of the drop date for the course. The first stage of the assignment augments the console library that supports the course with a line-editing facility. This stage is completed individually. The next three stages are team stages. Each member is responsible for one aspect of each stage. Details are on the Project Requirements page.

== Evaluation ==

* Assignment 30%
** Individual Work - 50%
** Group Work - 50%
** Total (Individual + Group) - 100%
* Workshops 10%
* Test 30%
* Exam 30%
== Assignment Submission Requirements ==
=== Stage 1 ===
Submit your assignment to [https://open.senecac.on.ca/cms/course/view.php?id=267 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 ==

<!-- * Class notes can be found here: svn://zenit.senecac.on.ca/oop344 (userid: oop344, no password) -->
* [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How To edit Wiki pages]
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet How To edit Wiki Cheatsheet]
* [http://subversion.tigris.org/ Subversion (SVN)]
* [http://tortoisesvn.net/downloads Download Page of TortoiseSVN]
* [http://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html TortoiseSVN Documentation]
* [http://svnbook.red-bean.com/ SVN book at red-bean.com] or download[https://cs.senecac.on.ca/~fardad.soleimanloo/oop344/notes/svn-book.pdf the PDF from here].
<!--
* [http://zenit.senecac.on.ca/wiki/index.php/OOP344_Student_Resources#The_Basics_of_IRC IRC Basics]
-->
* [http://irchelp.org/irchelp/irctutorial.html IRC Tutorial]
* [http://ankhsvn.open.collab.net/ AnkhSVN - Free Visual Studio SVN Integration Alternative To VisualSVN]

== Examples and In-Class Notes==

== Archives ==
1
edit