Difference between revisions of "Weekly Schedule 20111 - OOP344"
(→Add IRC and SVN Clients for Mac) |
(→Week 2 - Jan 16) |
||
Line 14: | Line 14: | ||
** Code Repository | ** Code Repository | ||
**: [[Svn rules - OOP344 20111|SVN rules for semester]] | **: [[Svn rules - OOP344 20111|SVN rules for semester]] | ||
− | |||
=== To Do === | === To Do === | ||
Line 20: | Line 19: | ||
Due date: January 15th , 23:59 (11:59pm) | Due date: January 15th , 23:59 (11:59pm) | ||
− | Form a team of 5 students and select a name for your team. (members can be from both sections of oop344) | + | Form a team of 3 to 5 students and select a name for your team. (members can be from both sections of oop344) |
# Create an account on this wiki, (please use your seneca email id for your wiki id) | # Create an account on this wiki, (please use your seneca email id for your wiki id) | ||
Line 43: | Line 42: | ||
* [http://colloquy.info/downloads.html Colloquy] an IRC Client for Mac | * [http://colloquy.info/downloads.html Colloquy] an IRC Client for Mac | ||
* [http://www.rapidsvn.org/download/release/0.12/RapidSVN-0.12.0-8051.dmg RapidSVN] a SVN Client for Mac | * [http://www.rapidsvn.org/download/release/0.12/RapidSVN-0.12.0-8051.dmg RapidSVN] a SVN Client for Mac | ||
+ | |||
+ | == Week 2 - Jan 16 == | ||
+ | |||
+ | === This Week === | ||
+ | |||
+ | * 144/244 review and more | ||
+ | ** Basic Data Types | ||
+ | ** Addresses and Pointers | ||
+ | * Preprocessor Directives | ||
+ | * Console io lib | ||
+ | ** ncurses (Linux) | ||
+ | ** curses (Mac/AIX) | ||
+ | ** conio/windows.h (Windows) | ||
+ | ** conio.h (Borland?) | ||
+ | * Prj 0.1 startup | ||
+ | |||
+ | === To Do === | ||
+ | |||
+ | Due date: January 22th , 23:59 (11:59pm) | ||
+ | |||
+ | === Resources === | ||
+ | |||
+ | * Practical Programming Techniques Using C++ | ||
+ | *: Preprocessor Directives page 3 | ||
+ | *: Basic Data Types Page 21 | ||
+ | *: Addresses and Pointers Page 28 | ||
+ | *: Direct Terminal IO page 12 |
Revision as of 07:58, 18 January 2011
OOP344 | Weekly Schedule | Student List | Teams | Project | Student Resources
Contents
OOP344 -- Weekly Schedule 2011/1 (Winter Semester)
Week 1 - Jan 9
This Week
- Introduction to Open Source development.
- Collaboration Tools:
- Wiki
- Blog
- IRC
- Code Repository
To Do
Due date: January 15th , 23:59 (11:59pm)
Form a team of 3 to 5 students and select a name for your team. (members can be from both sections of oop344)
- Create an account on this wiki, (please use your seneca email id for your wiki id)
- Join the IRC by registering your nickname on freenode server and joining the #seneca-oop344 channel for 344 related dialog
Additional channels of interest: #seneca to interact with all Seneca students participating in opensource projects, and #seneca-social for Social (off-topic) dialog. - Create a blog (if you don't already have one)
- 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)
- Create you team page using provided template
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
- Compare IRC clients
Week 2 - Jan 16
This Week
- 144/244 review and more
- Basic Data Types
- Addresses and Pointers
- Preprocessor Directives
- Console io lib
- ncurses (Linux)
- curses (Mac/AIX)
- conio/windows.h (Windows)
- conio.h (Borland?)
- Prj 0.1 startup
To Do
Due date: January 22th , 23:59 (11:59pm)
Resources
- Practical Programming Techniques Using C++
- Preprocessor Directives page 3
- Basic Data Types Page 21
- Addresses and Pointers Page 28
- Direct Terminal IO page 12