Difference between revisions of "Project A2 20141 - OOP344"
m (→Info: Minor) |
(wip) |
||
Line 3: | Line 3: | ||
= Introduction = | = Introduction = | ||
The basic information of A2 is on the BTP300 site linked [https://cs.senecac.on.ca/~btp300/pages/assignments/a2.html here]. A number of issues have been found within the assignment spec and so a series of changes is required in order for the spec to produce a correct assignment. The changes are listed here. | The basic information of A2 is on the BTP300 site linked [https://cs.senecac.on.ca/~btp300/pages/assignments/a2.html here]. A number of issues have been found within the assignment spec and so a series of changes is required in order for the spec to produce a correct assignment. The changes are listed here. | ||
+ | |||
+ | = Code Spec Changes = | ||
+ | == CFrame == | ||
+ | === Functions to be removed === | ||
+ | The following two functions should be removed from the specification completely. | ||
+ | * CFrame::display | ||
+ | * CFrame::edit | ||
+ | |||
+ | == CLine == | ||
+ | === Constructors === | ||
+ | Both constructors should accept a '''bool*''' and '''NOT''' a bool for '''insert mode'''. |
Revision as of 15:22, 7 March 2014
OOP344
| Weekly Schedule
| Student List
| Teams
| Project
| A1
| A2
| A3
| Student Resources
Contents
Introduction
The basic information of A2 is on the BTP300 site linked here. A number of issues have been found within the assignment spec and so a series of changes is required in order for the spec to produce a correct assignment. The changes are listed here.
Code Spec Changes
CFrame
Functions to be removed
The following two functions should be removed from the specification completely.
- CFrame::display
- CFrame::edit
CLine
Constructors
Both constructors should accept a bool* and NOT a bool for insert mode.