Changes

Jump to: navigation, search

Weekly Schedule 20111 - OOP344

2,583 bytes added, 12:10, 2 May 2011
Undo revision 63772 by Fardad (Talk)
=== Resources ===
* [http://www.ashkansotoudeh.com/blog/?p=135 File Copy Function] by [[user:asotoude]]
 
== Week 7 - Feb 20 ==
 
=== This Week ===
* Dynamic memory allocation review
* forward declaration
* linked lists
* R0.7 will be out
 
=== To Do ===
* Reorganize your teams
*: re-group if needed
*: layoff those who are inactive
* Add buffering to bio basic function from Fardad's code
 
=== Resources ===
*
== Week 8 - Feb 27 (Study break) ==
 
=== This Week ===
* R0.4 due end of the week
*: mock-up (hollow) classes and more
=== To Do ===
* Reorganize your teams
*: re-group if needed
*: layoff those who are inactive
 
 
=== Resources ===
*
== Week 9 - Mar 6 ==
 
=== This Week ===
* Project review
* Midterm test on Fri, March 11th
 
=== To Do ===
*
 
=== Resources ===
*
== Week 10 - Mar 13 ==
=== This week ===
* Streams
* binary operations
=== To Do ===
* R0.3 and R0.35 due
* Team Regrouping Email
* Write this function and blog about it
<big><pre>
void SetBitPattern(unsigned int& V, const char* pattern, int startBitIndex);
SetBitPattern(I, "01101111", 4);
// Startingf from bit 4 it will set the bits of I to the incoming pattern
</pre></big>
=== Resources ===
* [http://acook6.blogspot.com/2011/03/setting-bit-pattern.html Setting a Bit Pattern] by [[User:acook6|Alan]]
* [http://bhrugeshblog.wordpress.com/2011/03/19/replace-binary-number-string/ Binary pattern replacement] by [[User:bapatel6|Bhrugesh]]
* [http://www.ashkansotoudeh.com/blog/?p=144 SetBitPattern()] by [[User:asotoude|Ashkan]]
* Practical Programming Techniques using C++ - Bitwise operators page 46
 
== week 11 - Mar 20 ==
=== This week ===
* Binary file access
* Templates
=== To Do ===
* [[Console UI Core Classes - OOP344 20111#Tue_march_29_R4.0|Tue march 29 R4.0 is due]]
* Set up meeting with Fardad if you need help with any part of the R4.0 release
*: meeting can be: On IRC, Skype, Office
 
=== Resources ===
* Practical Programming Techniques using C++ - Binary file access page 77
* Practical Programming Techniques using C++ - Templates pages 85, 86
* Practical Programming Techniques using C++ - Inline Functions page 84
== Week 12 - Mar 27 ==
=== This week ===
* Test 2 - APRIL FOOLS!
* Multiple Inheritance
* Exception Handling
* Project review
 
=== To Do ===
* Study for test 2
* Complete R4.0
 
=== Resources ===
* Practical Programming Tech. Using C++
*: Multiple Inheritance Page 94
*: Exception Handling page 99
== Week 13 - Apr 3 ==
===This week===
* Casting and Runtime Type information
* Standard Templates
 
=== To Do ===
* Finalize IO classes and start working on the App
 
=== Resources ===
== Week 14 - Apr 10 ==
===This Week===
* Final exam April 18
 
===To Do===
===Resources===

Navigation menu