Difference between revisions of "COMP345 - fall 2018"
From Dr. Joey Paquet Web Site
(→Lecture Schedule) |
(→Lecture Schedule) |
||
Line 99: | Line 99: | ||
|| oct 9, oct 11 | || oct 9, oct 11 | ||
|| | || | ||
− | * | + | *due date for assignment 1 (oct 12) |
*[[Media:assignment2.COMP345.2018.2.pdf|assignment 2 handout]] | *[[Media:assignment2.COMP345.2018.2.pdf|assignment 2 handout]] | ||
|| | || | ||
Line 119: | Line 119: | ||
|| oct 23, oct 25 | || oct 23, oct 25 | ||
|| | || | ||
− | * | + | *midterm examination (oct 27, 13h00-15h00, H507, H553) |
|| | || | ||
*polymorphism | *polymorphism | ||
Line 138: | Line 138: | ||
|| oct 30, nov 1 | || oct 30, nov 1 | ||
|| | || | ||
− | * | + | *due date for assignment 2 (nov 2) |
*[[Media:assignment3.COMP345.2018.2.pdf|assignment 3 handout]] | *[[Media:assignment3.COMP345.2018.2.pdf|assignment 3 handout]] | ||
− | * | + | *Deadline for withdrawal (nov 5) |
|| | || | ||
*design patterns in C++ | *design patterns in C++ | ||
Line 161: | Line 161: | ||
|| nov 13, nov 15 | || nov 13, nov 15 | ||
|| | || | ||
− | * | + | *due date for assignment 3 (nov 16) |
*[[Media:assignment4.COMP345.2018.2.pdf|assignment 4 handout]] | *[[Media:assignment4.COMP345.2018.2.pdf|assignment 4 handout]] | ||
|| | || | ||
Line 183: | Line 183: | ||
|| nov 27 - nov 29 | || nov 27 - nov 29 | ||
|| | || | ||
− | * | + | *due date for assignment 4 (nov 30) |
*[dec 1 or 2] final programming test | *[dec 1 or 2] final programming test | ||
|| | || | ||
Line 194: | Line 194: | ||
|| dec 5 - dec 19 | || dec 5 - dec 19 | ||
|| | || | ||
− | * | + | *final written examination (tentative) - dec 10 9h00-12h00 room TBA |
|| | || | ||
|| | || |
Revision as of 08:56, 10 October 2018
Contents |
Course Description
COMP 345 - Advanced Program Design with C++ (4 credits)
Prerequisite: COMP352 previously or concurrently. Introduction to C++. I/O with stream classes. Pointers and their uses. TheStandard Template Library (STL): containers, algorithms, iterators, adaptors, function objects. Class design: constructors, destructors, operator overloading, inheritance, virtual functions, exception handling, memory management. Advanced topics: libraries, locales, STL conventions, concurrency, template metaprogramming. Applications of C++: systems, engineering, games programming. Project. Lectures: three hours per week. Laboratory: two hours per week.
Course Schedule and Contacts
component | day | time | location | instructor | e-mail address | web |
---|---|---|---|---|---|---|
lecture D | -T-J--- | 13:15-14:30 | H-553 | Paquet, Joey | paquet@encs.concordia.ca | |
office hours D | --W---- | 10:00-12:00 | EV-3-221 | Paquet, Joey |
Lecture Schedule
wk | date | event | topics | lecture material (tentative) | laboratory material (tentative) |
---|---|---|---|---|---|
week 1 | sep 4, sep 6 |
|
|||
week 2 | sep 11, sep 13 |
|
|||
week 3 | sep 18, sep 20 |
|
|||
week 4 | sep 25, sep 27 | ||||
week 5 | oct 2, oct 4 |
|
|||
week 6 | oct 9, oct 11 |
|
|
||
week 7 | oct 16, oct 18 | ||||
week 8 | oct 23, oct 25 |
|
|
||
week 9 | oct 30, nov 1 |
|
|
||
week 10 | nov 6, nov 8 |
|
|||
week 11 | nov 13, nov 15 |
|
|
||
week 12 | nov 20, nov 22 |
|
|||
week 13 | nov 27 - nov 29 |
|
|
||
exam week | dec 5 - dec 19 |
|
Course Material and Resources
- Course outline
- teams
- ENCS Electronic Student Submission System
- ENCS Lectures and Labs Schedules
- Source code of all program examples in Walter Savitch's "Absolute C++"
- Source code of all program examples in Daniel Liang's "Introduction to Programming with C++"