21
edits
Changes
→Week 2 - Jan 16
** Code Repository
**: [[Svn rules - OOP344 20111|SVN rules for semester]]
=== 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)
* [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
== 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