Difference between revisions of "Weekly Schedule 20112 - OOP344"
(→To Do) |
(→This Week) |
||
(29 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{OOP344 Index | 20112}} | {{OOP344 Index | 20112}} | ||
− | = OOP344 -- Weekly Schedule 2011/2 ( | + | = OOP344 -- Weekly Schedule 2011/2 (Summer Semester)= |
== Week 9 - July 3 == | == Week 9 - July 3 == | ||
Line 20: | Line 19: | ||
# Create an account on this wiki, (please use your seneca email id for your wiki id) | # Create an account on this wiki, (please use your seneca email id for your wiki id) | ||
− | #* Create | + | #* Create your user page on wiki and fill it with your info (Not private ones) |
# Join the IRC by [http://www.wikihow.com/Register-a-User-Name-on-Freenode registering your nickname on freenode] server and joining the #seneca-oop344 channel for 344 related dialog<br />Additional channels of interest: #seneca to interact with all Seneca students participating in opensource projects, and #seneca-social for Social (off-topic) dialog. | # Join the IRC by [http://www.wikihow.com/Register-a-User-Name-on-Freenode registering your nickname on freenode] server and joining the #seneca-oop344 channel for 344 related dialog<br />Additional channels of interest: #seneca to interact with all Seneca students participating in opensource projects, and #seneca-social for Social (off-topic) dialog. | ||
# Create a blog (if you don't already have one) | # Create a blog (if you don't already have one) | ||
+ | # Download [http://tortoisesvn.net/downloads SVN] and '''checkout''' the OOP344 repo(svn://zenit.senecac.on.ca/oop344) to get the notes done in class (userid: "oop344", no password) | ||
+ | # Create your team page using [[Team page template - oop344 20111|provided template]] | ||
# Add your name to the [[Student List 20112 - OOP344 | OOP344 Student List]] | # Add your name to the [[Student List 20112 - OOP344 | OOP344 Student List]] | ||
− | |||
− | |||
=== Resources === | === Resources === | ||
Line 39: | Line 38: | ||
* [http://colloquy.info/downloads.html Colloquy] an IRC Client for Mac | * [http://colloquy.info/downloads.html Colloquy] an IRC Client for Mac | ||
* [http://www.rapidsvn.org/download/release/0.12/RapidSVN-0.12.0-8051.dmg RapidSVN] a SVN Client for Mac | * [http://www.rapidsvn.org/download/release/0.12/RapidSVN-0.12.0-8051.dmg RapidSVN] a SVN Client for Mac | ||
+ | * [http://wiki.tryphon.eu/how_to_install_xchat XChat] For Linux user | ||
== Week 10 - July 10 == | == Week 10 - July 10 == | ||
=== This Week === | === This Week === | ||
+ | * Assigning repos | ||
+ | * Virtual methods | ||
+ | * Pure virtual methods | ||
+ | * Abstract base classes (Virtual Base Classes page 96) | ||
+ | * Default arguments page 63 | ||
+ | * bool data type | ||
+ | * Name space | ||
+ | * Forward Declaration page 67; | ||
=== To Do === | === To Do === | ||
+ | |||
+ | Due date: Jul 19 , 23:59 (11:59pm) | ||
+ | |||
+ | * Add your source code to your team's trunk | ||
+ | # Checkout the repository | ||
+ | # Copy only the .c and .h files to local trunk | ||
+ | # Right-click on the directory and select TortoiseSVN/ADD (select the files to add and click OK) | ||
+ | # Right-click on the directory and select SVN Commit to update the repository | ||
+ | |||
+ | * Start doing the task (adding your comment to iolmain.c) | ||
=== Resources === | === Resources === | ||
Line 51: | Line 69: | ||
=== This Week === | === This Week === | ||
+ | * Dynamic Memory allocation review (oop244) | ||
+ | *: Dynamic Array | ||
+ | * Linked lists (page 69) | ||
+ | *# Queues | ||
+ | *# Stacks | ||
=== To Do === | === To Do === | ||
+ | * Release 0.1 due, see [http://zenit.senecac.on.ca/wiki/index.php/Console_UI_Core_Classes_-_OOP344_20112#Adding_Buffering_logic_to_your_iol_logic_.28Release_0.1.29 project due dates] | ||
=== Resources === | === Resources === | ||
Line 59: | Line 83: | ||
=== This Week === | === This Week === | ||
+ | * Streams | ||
+ | ** Text files | ||
+ | ** Binary Random Access files | ||
=== To Do === | === To Do === | ||
Line 67: | Line 94: | ||
=== This Week === | === This Week === | ||
+ | *Templates | ||
+ | *: Function templates | ||
+ | *: Class Templates | ||
+ | *Multiple inheritance | ||
+ | *:[[OOP344 Multiple inheritance, casting and temporary nameless objects | Multiple inheritance, casting and temporary nameless objects ]] | ||
+ | *Exception Handling | ||
=== To Do === | === To Do === | ||
+ | * Release 0.2 due Aug 3rd, See [http://zenit.senecac.on.ca/wiki/index.php/Console_UI_Core_Classes_-_OOP344_20112#Adding_CFrame_and_CField_classes_to_your_project_.28Release_0.2.29 project due dates] | ||
=== Resources === | === Resources === | ||
Line 75: | Line 109: | ||
=== This Week === | === This Week === | ||
+ | * Test Two (Thursday) | ||
=== To Do === | === To Do === | ||
+ | * Release 0.5 due | ||
=== Resources === | === Resources === | ||
Line 83: | Line 119: | ||
=== This Week === | === This Week === | ||
+ | * Thu, 18 August, 11:30 – 13:30 Room: Tel3075 | ||
+ | ====To Do==== | ||
+ | Project Due: Sunday Aug 21st. |
Latest revision as of 15:42, 8 August 2011
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
OOP344 -- Weekly Schedule 2011/2 (Summer Semester)
Week 9 - July 3
This Week
- Introduction to Open Source development.
- Collaboration Tools:
- Wiki
- Blog
- IRC
- Code Repository
To Do
Due date: Jul 10 , 23:59 (11:59pm)
- Create an account on this wiki, (please use your seneca email id for your wiki id)
- Create your user page on wiki and fill it with your info (Not private ones)
- Join the IRC by registering your nickname on freenode server and joining the #seneca-oop344 channel for 344 related dialog
Additional channels of interest: #seneca to interact with all Seneca students participating in opensource projects, and #seneca-social for Social (off-topic) dialog. - Create a blog (if you don't already have one)
- Download SVN and checkout the OOP344 repo(svn://zenit.senecac.on.ca/oop344) to get the notes done in class (userid: "oop344", no password)
- Create your team page using provided template
- Add your name to the OOP344 Student List
Resources
- TortoiseSVN download page for windows
- A quick tutorial for SVN: Source Control in Ten Minutes
- create console application projects in Visual Studio
- IRC account and login (in Windows)
- RabbitVCS - Linux alternative to TortoiseSVN
- Compare IRC clients
- How To edit Wiki pages
- How To edit Wiki Cheatsheet
- Free Xchat (IRC Client) for windows
- Colloquy an IRC Client for Mac
- RapidSVN a SVN Client for Mac
- XChat For Linux user
Week 10 - July 10
This Week
- Assigning repos
- Virtual methods
- Pure virtual methods
- Abstract base classes (Virtual Base Classes page 96)
- Default arguments page 63
- bool data type
- Name space
- Forward Declaration page 67;
To Do
Due date: Jul 19 , 23:59 (11:59pm)
- Add your source code to your team's trunk
- Checkout the repository
- Copy only the .c and .h files to local trunk
- Right-click on the directory and select TortoiseSVN/ADD (select the files to add and click OK)
- Right-click on the directory and select SVN Commit to update the repository
- Start doing the task (adding your comment to iolmain.c)
Resources
Week 11 - July 17
This Week
- Dynamic Memory allocation review (oop244)
- Dynamic Array
- Linked lists (page 69)
- Queues
- Stacks
To Do
- Release 0.1 due, see project due dates
Resources
Week 12 - July 24
This Week
- Streams
- Text files
- Binary Random Access files
To Do
Resources
Week 13 - July 31
This Week
- Templates
- Function templates
- Class Templates
- Multiple inheritance
- Exception Handling
To Do
- Release 0.2 due Aug 3rd, See project due dates
Resources
Week 14 - August 7
This Week
- Test Two (Thursday)
To Do
- Release 0.5 due
Resources
Exam week - August 14
This Week
- Thu, 18 August, 11:30 – 13:30 Room: Tel3075
To Do
Project Due: Sunday Aug 21st.