Weekly Schedule 20131 - OOP344

From CDOT Wiki
Revision as of 00:28, 4 February 2013 by Wei Wang (talk | contribs)
Jump to: navigation, search


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


Week 1 - Jan 6

This Week 1

  • Introduction to Open Source development.
  • Collaboration Tools:
    • Wiki
    • Blog
    • IRC
    • Code Repository
    • Big Blue Button
  • Etherpad
  • Object Orientation Review
  • C Review
    pointers
    pointers and arrays

To Do by Jan 14

  1. Read Pro-git book
    Chapter One and Chapter Two
  2. Create an account on github
  3. Create a blog (anywhere you like)
  4. 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.
  5. Select a team of four students and pick a name for you team
  6. Send one email per team to me and send your github and team information
    subject of the email should be 344info20131
    email content
    team name:
    nickname 1:
    name 1:
    surname 1:
    seneca username 1:
    github id 1:
    ------------
    nickname 2:
    name 2:
    surname 2:
    seneca username 2:
    github id 2:
    etc.....
    number of team members:
  7. Create an account on this wiki: send an email to cdot-wiki-admin@senecac.on.ca and ask for an account, an email will be sent back to you with your userid and a temporary password; make sure you have the following included in your email.
    • Email subject: Wiki Account Request
    • The subject you are enrolled in: "OOP344"
    • Your Seneca user id
    • Send this email from your Seneca Account only
  8. Learn how to do basic editing in a wiki
  9. Having all the information above add your name to the student list

Resources 1

Week 2 - Jan 13

This Week 2

  • Real Signature of main()
  • Git Quick review
    clone, pull, push
    branch, add, commit
  • Variable Argument list

To Do 2

  • write 4 command line programs to do
    1. $ add num num<ENTER>
    2. $ sub num num<ENTER>
    3. $ mul num num<ENTER>
    4. $ div num num<ENTER>
  • write a program to show the content of an Operating system environment variable
    $ prnenv path<ENTER>
    The output will be either the "content" of path variable or "not found" if the environment variable does not exist.

blog posts 2

Week 2 Exercises
Title Author Comments
http://wp.me/P2Tzoy-7
All Week 2 Programs bli64
OOP344-Week2 - ADD, SUB, MUL, DIV phuang19
OOP344-Week2 - Environmental Variable phuang19
OOP344 How to start a new project in Visual Studio 2012
OOP344 How to start a new project in Visual Studio 2012 (w/ PICTURES)
dvorkin212
fjzhou
Simple Command Line Programs - ADD, SUB, MUL, DIV fjzhou
C++ - Command Line Program to Show Environment Variable fjzhou
OOP344 Week 2 - Environment Variable Content Search Program
OOP344 Week 2 - Addition, Subtraction, Multiplication and Division Programs
yhwong6 clean blog - ken
Ken, do you mean the the blog template is too plain? - Brian
Brain, No. I like it, very clean and nice. - Ken
thank you - Brian
Week2 Proggies strotsky
Week2 commandline programs cchen116
Week 2 Exercises Benjamin Snively
OOP344 Command Line Programs Divya Sharma
argc and argv simple programs Xin Li
Two Simple Programs from OOP344 Hanho Ko
Week 2 exercises Lucas McIntosh
A easy copy cmd
week2 calculation program
Hua Zhong
basic command line program Koghulan Namasivayam
Week2-Exercise:{ADD/SUB/MUL/DIV},pnenvr path Haiyu Qiao
week2 programs vrpatel13
OOP344 Week-2 Programs Pankaj Sama
A Simple C++ Program for Basic Math Erik Dokic
This Program Prints the Content of a Specified OS Environment Variable Erik Dokic
The strNcat Function Concatenates any Number of Strings Passed to It Erik Dokic

resources 2

Week 3 - Jan 20

This Week 3

  • pointers
    void pointers
  • namespaces
  • Default Argument Values
  • Virtual review
  • operator overload review

To Do 3

  • in Xmover program make sure X can NOT go to bottom/right corner
  • Remove the if from console.display
  • Write console.display in one line (excluding the variable declaration)

blog posts 3

Week 3 Exercises
Title Author Comments
xMover - Preventing it from going to a new line
(Fixed) xMover - Preventing it from going to a new line
fjzhou This code causes an infinite loop -Ken
FIXED -Ken
Remove the if from console.display Gary That's a really interesting idea, I like it - Lucas
Week 3 To Do Lucas
Week 3 xmover and console.display Bo Li
XMOVER PROGRAM Divya
Week 3 To Do(Xmover, console.display) Pankaj Sama Is there any other way to do xmover
XMOVER solution
one-line display solution
Hua Zhong
Xmover and display() Xin
cdisplay function () Wei Wang

Resources 3

Week 4 - Jan 27

This Week 4

  • Virtuals Review
  • Pure virtual methods
    Abstract Base Classes
  • Pointer to functions
  • Operators
    logical, arithmetic,
    lazy evaluation
  • typedef

To Do 4

  • Release 0.1 due on Tuesday Feb 5th 23:59

blog posts 4

Resources 4