Changes

Jump to: navigation, search

OOP344

2,679 bytes added, 15:58, 10 April 2014
OOP344 -- Object Oriented Programming II Using C++: Added exam topics section
<big><big>Object Oriented Programming II Using C++</big></big> with introduction to open source
{{OOP344 Index Extended | 2010320141}}
Please help make this page resourceful for all OOP344 students to use!
Short link for current page: [https://bit.ly/oop344 bit.ly/oop344]
= 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 ==
* Server: irc.freenode.net
* Channel: #seneca-oop344
= 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 https://scs.senecac.on.ca/~hasan.kamal-al-deen]** Schedule: [https://scs.senecac.on.ca/~hasan.kamal-al- Object Oriented Programming II Using C++ deen/?q=schedule https://scs.senecac.on.ca/~hasan.kamal-al-deen/?q=schedule]** Office Hours:*** Tuesday: 11:40am - 1:25pm*** Thursday: 1:30pm - 3:15pm
== * [https[Greg Blair]]** Email://scs[mailto:john.senecacblair@senecacollege.ca john.onblair@senecacollege.ca/course/oop344 Subject Description and Course Outcomes] ==
<!--* Please visit the [https://scsIRC: server: irc.senecacfreenode.on.ca School Of Computer Studies] website for the net, channel: #seneca-oop344* [[httpsuser://scs.senecac.on.ca/course/oop344 detailed descriptionCloudScorpion|Joseph Hughes]] of the subject
== The Project * [[user:Fardad|Fardad Soleimanloo]] *: Online office status: '''''(under constructionOFFLINE) =='''''*:[https://bbb.senecacollege.ca BigBlueButton], (login using your seneca userid and password)<br /> meeting name: OOP344 Online Office, password: oop344 *:: <small>''you must have headset OR headphones and microphone for voice chat, you CAN NOT use computer speakers for voice chat because of</small>*: Skype: sosfardad-->
The project for this semester is a multi== Examples and In-class Notes==* A/C Section - inclass notes: [https://github.com/Seneca-OOP344/20141notes.git git@github.com:Seneca-OOP344/20141notes.git]* B Section -platform, textinclass notes: [https://github.com/CaptGreg/SenecaOOP344-based application and is done using opensource conceptsattic.git git@github.<br com:CaptGreg/>SenecaOOP344-attic.git]
The project is divided into 2 main parts: [[Iolib functions 20103 <!- OOP344| The Basic Input Output Library]], and [[OOP344 Project 20103The Main Application]].- OLD STUFF
=== Basic Input Output Library ===svn://zenit.senecac.on.ca/oop344 (userid: oop344, no password) <--- You need to install SVN to open the link. <br/>--><!--Link was not working. link updated.-->
* C-based multi-platform IO functions== [https: Majority of the code is provided by the prof//scs.senecac.* The Project is initiated on individual SVN accounts for each team.* Each team member is to commit a section of the code ca/course/oop344 Subject Description and resolve possible conflicts.Course Outcomes] ==
=== Main Applicaton ===* Please visit the [https://scs.senecac.on.ca School Of Computer Studies] website for the [https://scs.senecac.on.ca/course/oop344 detailed description] of the subject
This part will be done collaboratively in groups of 4 students under a simulated open source model.== The Project ==* TBA
* Basic Encapsulating Classes <br /> This part is written in C++ and encapsulates the '''''io''''' routines into classes.== Exam Schedule ==* The Application<br />This part is written in C++ and uses the "Basic Encapsulating Classes" to interact with the user.TBA
== Grading ==
* Tests** Test 1 1030%** Test 2 10%Quizzes * Project** IO Library 330%** Application 2730%** Contribution and Participation and Quizzes Bonus 10%(till maximum project mark) for completing all [https://scs.senecac.on.ca/~btp300/pages/workshops/index.html workshops]
* Final Exam 40%
== Resources ==
* Class notes can be found here: svn[https://zenitcs.senecac.on.ca/oop344 (userid: oop344, no password)~btp300/pages/content/index.html Object-Oriented Programming I - C++]
* [http://teachingopensource.com/index.php/Textbook_Release_0.8 Practical Open Source Software Exploration]
* [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://subversionwww.tigrispossibility.org/ Subversion (SVN)]* [http://tortoisesvn.net/downloads Download Page of TortoiseSVN]* [http://tortoisesvn.netcom/docsCpp/release/TortoiseSVN_en/indexCppCodingStandard.html TortoiseSVN DocumentationC++ Coding Standard]* [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].
* Mac Lab Available in 2108 as well as in the Computing Commons*
* [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]
* How to Install [http://wiki.tryphon.eu/how_to_install_xchat XChat] ([http://www.silverex.org/download/ XChat 2 <free>])
* [http://colloquy.info/downloads.html Colloquy] an IRC Client for Mac
* [http://en.cppreference.com/w/cpp/language/operator_precedence C++ Operator Precedence] C++ Operator Precedence
* [https://github.com/languages/C%2B%2B 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.
* [http://www.sgi.com/tech/stl/ Standard Template Library Programmer's Guide]
<!-- OLD stuff: to be updated
* [[initial Steps to succeed in OOP344]]
* Class notes can be found here: svn://zenit.senecac.on.ca/oop344 (userid: oop344, no password) <--- You need to install SVN to open the link.
* [http://subversion.tigris.org/ Subversion (SVN)]
* [http://subversion.apache.org/packages.html Subversion (SVN) Binary Packages]
* [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].
* Using [[SVN for School Projects]]
* [http://www.rapidsvn.org/download/release/0.12/RapidSVN-0.12.0-8051.dmg RapidSVN] a SVN Client for Mac
* [http://zenit.senecac.on.ca/wiki/index.php/How_to_set_up_tab_spaces Changing Tab Key Behaviour in Certain IDEs]
* [http://ankhsvn.open.collab.net/ AnkhSVN - Free Visual Studio SVN Integration Alternative To VisualSVN]
== Examples and In-class Notes==
svn://zenit.senecac.on.ca/oop344 (userid: oop344, no password)-->
== Archives ==
<!-- OLD REPO
checkout svn://zenit.senecac.on.ca/oop344/tags for all the notes since 2001 (Userid: oop344 | No password) <--- You need to install SVN to open the link.
-->
<br />
===Inclass Notes===
*[https://github.com/Seneca-OOP344/fardad-archive.git git@github.com:Seneca-OOP344/fardad-archive.git]
===Weekly Schedules===
*[https:[OOP344 20093 | OOP344 - 20093]]<br/>*[[OOP344 - 20101]]<br /cs.senecac.on.ca>*[[OOP344 Weekly Schedule 20102 | OOP344 - 20102]]<br /~fardad.soleimanloo>*[[OOP344 Weekly Schedule 20103 | OOP344 - 20103]]<br /oop344>*[[Weekly Schedule 20111 - OOP344 | OOP344 - 20111]]<br /notes>*[[Weekly Schedule 20112 - OOP344 | OOP344 - 20112]]<br /OLD>*[[Weekly Schedule 20113 - OOP344 | OOP344 - 20113]]<br / Class notes, samples, tests, ... 2001 > *[[Weekly Schedule 20121 -OOP344 | OOP344 - 20121]]<br /> 2009*[[Weekly Schedule 20123 - OOP344 | OOP344 - 20123]] <br />checkout svn://zenit.senecac.on.ca/oop344/tags for all the notes since 2001 (Userid: oop344 *[[Weekly Schedule 20131 - OOP344 | Password: blank)OOP344 - 20131]]<br />*[[Weekly Schedule 20132 - OOP344 20093 | OOP344 20093- 20132]]<br/>*[[Weekly Schedule 20133 - OOP344 | OOP344 - 2010120133]]<br />*[[OOP344 Weekly Schedule 20102 20141 - OOP344 | OOP344 - 2010220141]]<br />

Navigation menu