Difference between revisions of "OOP344"
m (→Professors: Removed Hasan's link to NorthWind87) |
(→OOP344 -- Object Oriented Programming II Using C++: Added exam topics section) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<big><big>Object Oriented Programming II Using C++</big></big> with introduction to open source | <big><big>Object Oriented Programming II Using C++</big></big> with introduction to open source | ||
− | {{OOP344 Index | 20141}} | + | {{OOP344 Index Extended | 20141}} |
Please help make this page resourceful for all OOP344 students to use! | Please help make this page resourceful for all OOP344 students to use! | ||
Line 7: | Line 7: | ||
= OOP344 -- Object Oriented Programming II Using C++ = | = OOP344 -- Object Oriented Programming II Using C++ = | ||
+ | == Exam Topics == | ||
+ | * The topics on the exam are listed in this [https://docs.google.com/document/d/1r2l-ErNeT6Sul7X8OiOD_GknA48BIuy7i931TO0UifE/edit?usp=sharing google doc] | ||
+ | * While studying for the exam, it is most efficient to spend your time '''only''' on what is listed | ||
+ | * Study other topics only when you've exhausted the listed topics | ||
+ | * The bitwise operations workshop is a good exercise for bit operations | ||
+ | |||
== IRC == | == IRC == | ||
* Server: irc.freenode.net | * Server: irc.freenode.net | ||
Line 62: | Line 68: | ||
* Project 30% | * Project 30% | ||
** Application 30% | ** Application 30% | ||
− | ** Bonus | + | ** Bonus 10% (till maximum project mark) for completing all [https://scs.senecac.on.ca/~btp300/pages/workshops/index.html workshops] |
* Final Exam 40% | * Final Exam 40% | ||
Latest revision as of 15:58, 10 April 2014
Object Oriented Programming II Using C++ with introduction to open source
OOP344
| Weekly Schedule
| Student List
| Teams
| Project
| A1
| A2
| A3
| Student Resources
Please help make this page resourceful for all OOP344 students to use!
Short link for current page: bit.ly/oop344
Contents
OOP344 -- Object Oriented Programming II Using C++
Exam Topics
- The topics on the exam are listed in this google doc
- While studying for the exam, it is most efficient to spend your time only on what is listed
- Study other topics only when you've exhausted the listed topics
- The bitwise operations workshop is a good exercise for bit operations
IRC
- Server: irc.freenode.net
- Channel: #seneca-oop344
Professors
- Hasan Kamal-Al-Deen
- Skype: hasan.kamal.al.deen
- IRC: northWind, northAway, northBot (IRC Bot)
- Website: https://scs.senecac.on.ca/~hasan.kamal-al-deen
- Schedule: https://scs.senecac.on.ca/~hasan.kamal-al-deen/?q=schedule
- Office Hours:
- Tuesday: 11:40am - 1:25pm
- Thursday: 1:30pm - 3:15pm
Examples and In-class Notes
- A/C Section - inclass notes: git@github.com:Seneca-OOP344/20141notes.git
- B Section - inclass notes: git@github.com:CaptGreg/SenecaOOP344-attic.git
Subject Description and Course Outcomes
- Please visit the School Of Computer Studies website for the detailed description of the subject
The Project
- TBA
Exam Schedule
- TBA
Grading
- Tests 30%
- Quizzes
- Project 30%
- Application 30%
- Bonus 10% (till maximum project mark) for completing all workshops
- Final Exam 40%
Resources
- Object-Oriented Programming I - C++
- Practical Open Source Software Exploration
- How To edit Wiki pages
- How To edit Wiki Cheatsheet
- C++ Coding Standard
- Mac Lab Available in 2108 as well as in the Computing Commons*
- IRC Basics
- IRC Tutorial
- How to Install XChat (XChat 2 <free>)
- Colloquy an IRC Client for Mac
- C++ Operator Precedence C++ Operator Precedence
- Open Source C++ projects on GitHub For those who wants to try their knowledge, you can participate in Open Source C++ Projects on GitHub. Just click the link, choose project for you and start working on it, as simple as that.
- Standard Template Library Programmer's Guide
Archives