Changes

Jump to: navigation, search

Weekly Schedule 20133 - OOP344

4,494 bytes added, 13:17, 10 December 2013
official due date for assignment has been posted by Fardad in Application page
===Resources 6===
*Linked Lists: http://www.cprogramming.com/tutorial/lesson15.html
*Linked Lists (video): http://www.youtube.com/watch?v=o5wJkJJpKtM&sns=em
 
==Week 7 - Oct 15==
==Week 9 - Oct 29==
* Section AB:
** Initializing vs Setting/Assigning Objects
* Section C:
** Linked List Review
** Templates
===This Week 9===
===This Week 10===
* Section AB:
** Casting
*** Overload Casting
** Linked List w/ Templates
* Section C:
** Templates Continued
** Template Specialization
** typename
** Enums
** Nested Classes
===To Do 10===
Section C Exercise: [https://scs.senecac.on.ca/~jp.hughes/?q=node/14 CYODT EX1]<br />
Section C Exercise: [https://scs.senecac.on.ca/~jp.hughes/?q=node/15 CYODT EX2]
 
{{collapsible header|Blog Posts 10|3|collapsed}}
*Kyno's Workshop Templates - (Sec C)
*:[http://objectoriented344.blogspot.ca/2013/11/templates-practice.html Kyno's Blog]
|}
===Resources 10===
===This Week 11===
* Section AB:
** Bitwise Operators
** Exceptions
*** Try
*** Throw
*** Catch
* Section C:
** Implicit Casting Operators
** std::string
** std::vector
** stl iterators
** stl algorithms
** Recursion
** Introduction to multiple inheritance
===To Do 11===
*Section C Exercise: [https://scs.senecac.on.ca/~jp.hughes/?q=node/16 CYODT EX3]
{{collapsible header|Blog Posts 11|3|collapsed}}* Binary to Decimal conversion http://lenisac.wordpress.com/2013/11/16/binary-to-decimal-conversion-program/*Section C ExerciseIntegers/Floats to Binary conversion:*: [httpshttp://scswongbsn.senecacblogspot.onca/2013/11/integer-and-floating-point-numbers-to.cahtml Benson's Blog]*[http://adaniele87.tumblr.com/post/67169380864/binary-operators Bitwise Operators I], [http://adaniele87.tumblr.com/post/67205107136/binary-operators-ii-reverse-bits Bitwise Operators II], [http://~jpadaniele87.tumblr.hughescom/?q=nodepost/16 CYODT EX367667784656/binary-operators-iii-add-subtract-using-binary Bitwise Operators III]I wrote this to practice bitwise operators, feel free to play around with it for your own practice* Bit class http://yzhao91.wordpress.com/2013/11/29/bit-class/ |}
===Resources 11===
*Templates - YouTube link (Bucky's C++ Programming Tutorials, videos 58-61): http://www.youtube.com/watch?v=W0aoAm6eYSk
*[http://www.youtube.com/watch?v=XykJzVbrf3s Application of Bitwise Operations] very good video on bitwise operators
==Week 12 - Nov 19==
===This Week 12===
*Section ABC:
**Multiple Inheritance
***Memory Structures
***Diamond Inheritance
***Virtual Inheritance
***Template Inheritance(Section C)
*Section AB:
**fstream
***read/write files
***copying files
***binary vs text
*Section C:
**Exceptions Intro
***throw
***try
***catch
===To Do 12===
 
{{collapsible header|Blog Posts 12|3|collapsed}}
* Benson's Blog: [http://wongbsn.blogspot.ca/2013/11/a-class-for-bits.html Bit Pattern Class], [http://wongbsn.blogspot.ca/2013/11/set-bits-function.html setBits function]
* Andrew's Blog: [http://adaniele87.tumblr.com/post/67845189283/bitwise-operators-challenge-v2 Bitwise Operators Challenge]
 
* Adam's Blog: [http://adamsharpe8.blogspot.ca/2013/11/templated-bits-class.html Templated Bits class]
* Len's Blog: [http://lenisac.wordpress.com/2013/11/26/added-binarybitwise-operators-program-to-github/ Bitwise Operators blog], [https://github.com/lkisac/My-Programs/tree/master/BinaryOperators/BinaryOperators github program link]
* Ragu's Blog: [http://ragu-oop344.blogspot.ca/ My BitsPattern Blog Post]
 
 
|}
===Resources 12===
 
* A good tool for viewing and editing binary files: [http://www.hhdsoftware.com/ Free Hex Editor Neo]
==Week 13 - Nov 26==
===This Week 13===
*Section AB:
**Test 2:
**:[https://github.com/Seneca-OOP344/20133notes/tree/master/SectAB-Shared/test2 Test 2 solution on Github]
**Friday Class is canceled!
**BigBlueButton help sessions will be on Saturday and Sunday, (Time will be announced Later)
*Section C:
**Exceptions (Cont)
***Exception classes
***Multiple Catches
**New Keywords
***inline
***union
**Constrained Casting
***const_cast
***static_cast
***dynamic_cast
***reinterpret_cast
**Bit-Wise Operators
***and ( & )
***or ( | )
***xor ( ^ )
***negate ( ~ )
***left bit shift ( << )
***right bit shift ( >> )
**Binary File Access
***ios::binary
***Casting to and from byte arrays
===To Do 13===
 
{{collapsible header|Blog Posts 13|3|collapsed}}
* Kirill's Blog - [http://asapcpp.tumblr.com/post/68215930927/int-bitpattern-int-val-int-pos-int-b CopyPattern] [http://asapcpp.tumblr.com/post/68223239367/bit-h bit.h] [http://asapcpp.tumblr.com/post/68223197605/bit-cpp bit.cpp]
* Dmitry's Blog - [http://dimon222-zone.blogspot.ca/2013/11/copypattern-from-byte-to-integer.html CopyPattern from byte to integer]
*Jan's Blog - [http://paradoxmeltdown.blogspot.ca/2013/11/oop344-bit-class-exercise.html Bit Class]
*Andrew's Blog - [http://adaniele87.tumblr.com/post/68219102345/study-help-oop344-sec-ab Study guide.. possibly?]
*Len's Blog - [http://lenisac.wordpress.com/2013/11/30/inputoutput-practice-using-fstream/ fstream practice programs]
*Yu Zhu Zhao's blog - [http://yzhao91.wordpress.com/2013/12/03/templates-and-files/ File practice]
|}
===Resources 13===
 
* [http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=%2Fcom.ibm.xlcpp8a.doc%2Flanguage%2Fref%2Fcplr134.htm Multiple Inheritance: Introduction]
* [http://www.cprogramming.com/tutorial/virtual_inheritance.html Multiple Inheritance: Virtual Inheritance]
==Week 14 - Dec 3==
*: OOP344AB, Room: S3031
*: OOP344C, Room: S2148
 
* Reference sheets?
** 2 sets of bound notes (book + notes) allowed
** Should be set (stapled papers or whatever)

Navigation menu