Difference between revisions of "OOP344 Weekly Schedule 20102"
(→Week 3 - May 23) |
(→Week 3 - May 23) |
||
Line 59: | Line 59: | ||
* [[oop344 20102 - iof functions|Basic Input/Output Functions]] | * [[oop344 20102 - iof functions|Basic Input/Output Functions]] | ||
* [http://en.wikipedia.org/wiki/C_preprocessor Preprocessor Directives] | * [http://en.wikipedia.org/wiki/C_preprocessor Preprocessor Directives] | ||
+ | |||
+ | |||
== Week 3 - May 23 == | == Week 3 - May 23 == | ||
=== This Week === | === This Week === | ||
+ | |||
* Casting | * Casting | ||
* Pointers, Arithmetic | * Pointers, Arithmetic | ||
Line 70: | Line 73: | ||
=== To Do === | === To Do === | ||
+ | |||
* work with svn and familiarize yourself with it | * work with svn and familiarize yourself with it | ||
* Blog, | * Blog, | ||
Line 76: | Line 80: | ||
=== Resources === | === Resources === | ||
+ | |||
* [[oop344 20102 May 27 - Online IRC course| May 27 course]] | * [[oop344 20102 May 27 - Online IRC course| May 27 course]] | ||
+ | |||
+ | == Week 4 - May 30 == | ||
+ | |||
+ | === 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 === | ||
+ | |||
+ | |||
+ | ''' |
Revision as of 11:58, 2 June 2010
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
OOP344 -- Weekly Schedule 20102
Week 1 - May 9
This Week
- Introduction to Open Source development.
- Collaboration Tools:
- Wiki
- Blog
- IRC
- Code Repository
- 144/244 review
To Do
Due date: May 13, 2010 , 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)
- 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< /> - Create a blog (if you don't already have one) and add your feed to Planet CDOT
- Add your name to the OOP344 Student List
- 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
- A quick tutorial for SVN: Source Control in Ten Minutes
- create console application projects in Visual Studio
- IRC account and login (in Windows)
- RabbitVCS - Linux alternative to TortoiseSVN
Week 2 - May 16
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 - May 23
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 - May 30
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