Difference between revisions of "BTP200"
(10 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{BTP200 Index | | + | {{BTP200 Index | 20141}} |
− | '''Please help make this | + | '''Please help make this course wiki resourceful for all BTP200 students to use!''' |
+ | <br /> | ||
== The Object-Oriented Paradigm Using C++ == | == The Object-Oriented Paradigm Using C++ == | ||
Line 9: | Line 10: | ||
** [https://scs.senecac.on.ca/~btp200/pages/content/index.html Course Web Site – Lecture Notes] | ** [https://scs.senecac.on.ca/~btp200/pages/content/index.html Course Web Site – Lecture Notes] | ||
** [https://scs.senecac.on.ca/~btp200/pages/timeline.html Course Web Site – Timeline] | ** [https://scs.senecac.on.ca/~btp200/pages/timeline.html Course Web Site – Timeline] | ||
− | *'''Instructor:''' Dr. Peter Liu | + | *'''Instructor:''' |
+ | ** [https://scs.senecac.on.ca/~peter.liu Dr. Peter Liu] | ||
+ | <br /> | ||
− | == Wiki- | + | == Wiki-Based Learning == |
*'''Purpose''' <br> | *'''Purpose''' <br> | ||
**Collaboration is a growing trend in today's practice of software development. You may visit Wikipedia to read about [http://en.wikipedia.org/wiki/Ward_Cunningham Ward Cunningham] and collaboration in [http://en.wikipedia.org/wiki/Extreme_programming agile software development]. IBM has developed a wiki-based product for [http://www.itworldcanada.com/a/IT-Workplace/16508059-35d0-424f-a3b2-4d5e17840058.html corporate learning]. During this semester, you will learn to use a wiki to '''collaborate''' with your fellow classmates as you build up your C++ programming skills. Your professor will play the role of an observer, a facilitator and a contributor. | **Collaboration is a growing trend in today's practice of software development. You may visit Wikipedia to read about [http://en.wikipedia.org/wiki/Ward_Cunningham Ward Cunningham] and collaboration in [http://en.wikipedia.org/wiki/Extreme_programming agile software development]. IBM has developed a wiki-based product for [http://www.itworldcanada.com/a/IT-Workplace/16508059-35d0-424f-a3b2-4d5e17840058.html corporate learning]. During this semester, you will learn to use a wiki to '''collaborate''' with your fellow classmates as you build up your C++ programming skills. Your professor will play the role of an observer, a facilitator and a contributor. | ||
Line 17: | Line 20: | ||
**You will be better prepared to collaborate fully in the next course [https://secure.senecac.on.ca/ssos/findWithoutSemester/btp300/SICT BTP300]. | **You will be better prepared to collaborate fully in the next course [https://secure.senecac.on.ca/ssos/findWithoutSemester/btp300/SICT BTP300]. | ||
*'''Guidelines of Community Practice'''<br> | *'''Guidelines of Community Practice'''<br> | ||
− | **The key element in fostering a spirit of collaboration is that everyone is a '''contributor '''to the learning community. We will respect each other and interact with each other in a professional way. | + | **The key element in fostering a spirit of collaboration is that everyone is a '''contributor '''to the learning community. We will respect each other and interact with each other in a professional way. |
+ | <br /> | ||
− | + | == Q&A on Assignment 1 (Winter 2014) == | |
− | == | + | * g++ std=c++0x source.cpp (Course Notes) |
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Resources == | == Resources == | ||
− | |||
* [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How To edit Wiki pages] | * [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How To edit Wiki pages] | ||
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet How To edit Wiki Cheatsheet] | * [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet How To edit Wiki Cheatsheet] | ||
+ | <br /> | ||
== Archives == | == Archives == | ||
− | |||
− |
Latest revision as of 17:31, 21 January 2014
BTP200 | FAQ | Workshops | Assignments | Useful Links
Please help make this course wiki resourceful for all BTP200 students to use!
Contents
The Object-Oriented Paradigm Using C++
- Course Description and Learning Outcomes
- External Links
- Instructor:
Wiki-Based Learning
- Purpose
- Collaboration is a growing trend in today's practice of software development. You may visit Wikipedia to read about Ward Cunningham and collaboration in agile software development. IBM has developed a wiki-based product for corporate learning. During this semester, you will learn to use a wiki to collaborate with your fellow classmates as you build up your C++ programming skills. Your professor will play the role of an observer, a facilitator and a contributor.
- Benefits
- You will be better prepared to collaborate fully in the next course BTP300.
- Guidelines of Community Practice
- The key element in fostering a spirit of collaboration is that everyone is a contributor to the learning community. We will respect each other and interact with each other in a professional way.
Q&A on Assignment 1 (Winter 2014)
- g++ std=c++0x source.cpp (Course Notes)
Resources