Difference between revisions of "Weekly Schedule 20103 - OOP344C"

From CDOT Wiki
Jump to: navigation, search
(Week 2 - May 16)
Line 34: Line 34:
 
* [http://zenit.senecac.on.ca/wiki/index.php/RabbitVCS RabbitVCS - Linux alternative to TortoiseSVN]
 
* [http://zenit.senecac.on.ca/wiki/index.php/RabbitVCS RabbitVCS - Linux alternative to TortoiseSVN]
  
== Week 2 - Sep 11 ==
+
== Week 2 - Sep 12 ==
  
 
=== This Week ===
 
=== This Week ===
Line 60: Line 60:
 
* [http://en.wikipedia.org/wiki/C_preprocessor Preprocessor Directives]
 
* [http://en.wikipedia.org/wiki/C_preprocessor Preprocessor Directives]
  
== Week 3 - May 23 ==
+
== Week 3 - Sep 19 ==
  
 
=== This Week ===
 
=== This Week ===
Line 81: Line 81:
 
* [[oop344 20102 May 27 - Online IRC course| May 27 course]]
 
* [[oop344 20102 May 27 - Online IRC course| May 27 course]]
  
== Week 4 - May 30 ==
+
== Week 4 - Sep 26 ==
  
 
=== This Week ===
 
=== This Week ===
Line 95: Line 95:
 
* [svn://zenit.senecac.on.ca/oop344/trunk/05-Jun02 iof notes]
 
* [svn://zenit.senecac.on.ca/oop344/trunk/05-Jun02 iof notes]
  
== Week 5 - June 6 ==
+
== Week 5 - Oct 03 ==
  
 
=== This Week ===
 
=== This Week ===
Line 130: Line 130:
  
  
== Week 7 - June 20 ==
+
== Week 7 - Oct 10 ==
  
 
=== This Week ===
 
=== This Week ===
Line 145: Line 145:
  
  
== Week 8 - June 27 (Study Week) ==
+
== Week 8 - Oct 17 (Study Week) ==
  
 
=== This Week ===
 
=== This Week ===

Revision as of 10:22, 30 August 2010


OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources

OOP344 -- Weekly Schedule 20102

Week 1 - Sep 5

This Week

  • Introduction to Open Source development.
  • Collaboration Tools:
    • Wiki
    • Blog
    • IRC
    • Code Repository
  • 144/244 review

To Do

Due date: ??? , 12:00 (noon)

Form a team of 4 students and select a name for your team.

Due date: May 18th, 2010 , 23:59 (11:59pm)

  1. Join the IRC by registering your nickname on freenode server and joining the #Seneca channel
    Additional channels of interest: #seneca-oop344 for 344 related dialog, and #seneca-social for Social (off-topic) dialog< />
  2. Create a blog (if you don't already have one) and add your feed to Planet CDOT
  3. Add your name to the OOP344 Student List
  4. Download SVN and check out the OOP344 repo(svn://zenit.senecac.on.ca/oop344) to get the notes done in class (userid: "oop344", no password)

Resources

Week 2 - Sep 12

This Week

  • Preprocessor Directives
  • #include
  • #define (macros)
  • Multi-platform Coding
  • Review of types in C
  • Starting Basic IO library for the project

To Do

  • Finalize your teams (groups of 4 or five students)
  • Apply for svn account by sending fardad an email holding the list of your team members in comma separated format (csv) as follows: (1 email per team)
team name
A,last name1,first name1,seneca id1
B,last name2,first name2,seneca id2
....

Resources

Week 3 - Sep 19

This Week

  • Casting
  • Pointers, Arithmetic
  • Arrays, (Multi-dimensional)
  • iof (continued)
  • lazy evaluation

To Do

  • work with svn and familiarize yourself with it
  • Blog,
  • Book your first IRC meeting with your prof.
  • Get ready for the first quiz on what ever we work on till now

Resources

Week 4 - Sep 26

This Week

To Do

  • write void MemCpy(void* des, void* src, unsigned int size);
    • this function copies the contents of src into des, byte by byte to size bytes

Resources

Week 5 - Oct 03

This Week

  • Pointer to functions
  • unions
  • Enumeration
  • typedef
  • logical operators
  • conditional expression
  • sizeof
  • bitwise operators
  • Coding iof functions continued

To Do

Resources

Week 6 - June 13

This Week

  • Quiz
  • bitwise operators (continued)
  • bit-fields
  • Declaration Modifiers
  • Real Syntax of main()
  • Variable Arguments
  • Starting C++ and Main Project

To Do

Resources

Week 7 - Oct 10

This Week

  • Quiz
  • Forward declaration
  • Abstract classes
  • Exceptions
  • Default Parameters
  • Main project review

To Do

  • Start the main project by dividing tasks between team members

Resources

Week 8 - Oct 17 (Study Week)

This Week

  • OOP344 classes are in place on Tuesday and Wednesday (12:00 to 14:00, Room S2174 and if majority of the class stays, we can stay more)
  • Test 1 will be on Wednesday
  • Main Project Review
  • Default Parameters
  • Member Initialization
  • Namespaces
  • Intro to Linked Lists ??
  • Review Session Notes

To Do

  • Start the main project by dividing tasks between team members
  • Create Mock-up classes and methods and commit it to the repository.

Resources