Difference between revisions of "Weekly Schedule 20103 - OOP344C"

From CDOT Wiki
Jump to: navigation, search
m (moved OOP344C Weekly Schedule 20103 to Weekly Schedule 20103 - OOP344C: So the category indexes pages properly)
Line 33: Line 33:
 
*[http://zenit.senecac.on.ca/wiki/index.php/OOP344_Student_Resources#Create_an_IRC_account_and_login_.28in_Windows.29Createan IRC account and login (in Windows)]
 
*[http://zenit.senecac.on.ca/wiki/index.php/OOP344_Student_Resources#Create_an_IRC_account_and_login_.28in_Windows.29Createan IRC account and login (in Windows)]
 
* [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 12 ==
 
== Week 2 - Sep 12 ==
  
Line 46: Line 46:
 
=== To Do ===
 
=== To Do ===
  
* Finalize your teams (groups of 4 or five students)
+
* Finalize your teams (groups of 3 or 4 with Fardad's permission): [[Initial Team Assignments 20103 - OOP344]]
* Apply for svn account by sending [mailto:fardad.soleimanloo@senecac.on.ca?subject=oop344_svn- fardad] an email holding the list of your team members in comma separated format (csv) as follows: (1 email per team)
 
  
<big><pre>
 
team name
 
A,last name1,first name1,seneca id1
 
B,last name2,first name2,seneca id2
 
....
 
</pre></big>
 
  
 
=== Resources ===
 
=== Resources ===
* [[oop344 20102 - iof functions|Basic Input/Output Functions]]
 
* [http://en.wikipedia.org/wiki/C_preprocessor Preprocessor Directives]
 
  
 +
<!--
 
== Week 3 - Sep 19 ==
 
== Week 3 - Sep 19 ==
  

Revision as of 22:55, 13 September 2010


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

OOP344C -- Weekly Schedule 20103

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: September 11th , 23:59 (11:59pm)

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

  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. Create an account on this wiki, (please use your seneca email id)
  4. Add your name to the OOP344 Student List
  5. 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


Resources