1
edit
Changes
→Cleaned up the Challenges section
* [http://etherpad.proximity.on.ca:9001/p/oop3449_nov2a Etherpad Notes Nov 2/12]
* Lecture video for Git: http://www.youtube.com/watch?v=JXusZR41Je0
=== Challenge! ===
* unsigned int size( ) and int operator[](unsigned int index)
==== Challenge Answers ====* Yun Yang's version is [https://www.blogger.com/blogger.g?blogID=8936735993141520040#editor/target=post;postID=5619335165204064832 here]! ---<-URL not working, is this a private blog??* Amir Mobasseri's version can be find [http://ammobasseri.wordpress.com/2012/11/01/c-queue/ http://ammobasseri.wordpress.com/2012/11/01/c-queue/ here!]: * Revised version of Amir's code [http://mmwang2.blogspot.ca/2012/11/updated-version-of-amir-and-saeids-code.html Michael's blog]
: - Also I've noticed that Fardad did not write the return variable as a reference, which made it impossible to edit, as done in line 13 of queuetester.cpp, that is updated that as well.
== Week 10 - Nov 4 ==