Changes

Jump to: navigation, search

Weekly Schedule 20103 - OOP344C

478 bytes added, 11:38, 14 September 2010
no edit summary
* #define (macros)
* Multi-platform Coding
* Conditional Compilation
* Review of types in C
* svn more detailed
* Starting Basic IO library for the project
=== To Do ===
* If not done already, complete week 1 To Do '''NOW'''.
* Finalize and confirm your teams of 3 (or 4 with Fardad's permission): [[Initial Team Assignments 20103 - OOP344]] '''due Wed Sep 15 12:00 noon'''.
* Create svn directories for your '''development root''' under branches in your project repository (your team svn account) '''due Mon Sep 13 12:00 noon'''
* Create test directories under your '''development root''' '''due Mon Sep 13 12:00 noon'''
: note: ''use your seneca email id as root of your development branch''
<big><pre>
|-- Team svn account
+--branches
| +-- member id one <-- this is your '''development root'''
| +-- testdir
| +-- member id two
| +-- testdir
| +-- member id three
| +-- testdir
+--tags
+--trunk
</pre></big>
* Add C text files to your repo's testdir and exercise Checkout, update, commit, etc... on it. '''due Mon Sep 13 12:00 noon'''
* Finalize your teams (groups of 3 or 4 with Fardad's permission): [[Initial Team Assignments 20103 - OOP344]]=== Resources ===
=== Resources ===
<!--
== Week 3 - Sep 19 ==
* Pointers, Arithmetic
* Arrays, (Multi-dimensional)
* [[oop344 20102 - iof functions|iof]] (continued)
* lazy evaluation
* developing basic io library* Submitting a working
=== 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 ===
* [[oop344 20102 May 27 - Online IRC course| May 27 course]]
== Week 4 - Sep 26 ==
* void pointers
* intro to pointer to functions
* [[Oop344_20102_-_iof_functions | Coding iof functions]]developing io library continued
=== 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 ===
* [svn://zenit.senecac.on.ca/oop344/trunk/05-Jun02 iof notes]
== Week 5 - Oct 03 ==

Navigation menu