COMP345 - fall 2018
From Dr. Joey Paquet Web Site
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-533 | 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
- 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++"