Difference between revisions of "COMP345 - fall 2018"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Course Schedule and Contacts)
(Lecture Schedule)
Line 81: Line 81:
 
|| sep 25, sep 27
 
|| sep 25, sep 27
 
||
 
||
*[sep 28] due date for assignment 1
 
*[sep 29] assignment presentations
 
 
*[[Media:assignment2.COMP345.2018.2.pdf|assignment 2 handout]]
 
*[[Media:assignment2.COMP345.2018.2.pdf|assignment 2 handout]]
 
||
 
||
Line 104: Line 102:
 
*MVC architecture
 
*MVC architecture
 
*observer pattern
 
*observer pattern
 +
*[oct 12] due date for assignment 1
 
||
 
||
 
*[[Media:COMP345.6.MVC.ppt |Slide set 6]]
 
*[[Media:COMP345.6.MVC.ppt |Slide set 6]]
Line 112: Line 111:
 
|| oct 16, oct 18
 
|| oct 16, oct 18
 
||
 
||
*[oct 19] midterm examination
 
 
||
 
||
 
||
 
||
Line 119: Line 117:
 
|| week 8
 
|| week 8
 
|| oct 23, oct 25
 
|| oct 23, oct 25
||  
+
||
*[oct 26] due date for assignment 2
+
*[oct 19] midterm examination
*[[Media:assignment3.COMP345.2018.2.pdf|assignment 3 handout]]
+
 
||
 
||
 
*polymorphism
 
*polymorphism
Line 140: Line 137:
 
|| oct 30, nov 1
 
|| oct 30, nov 1
 
||
 
||
 +
*[nov 2] due date for assignment 2
 +
*[[Media:assignment3.COMP345.2018.2.pdf|assignment 3 handout]]
 
*[nov 5] Deadline for withdrawal
 
*[nov 5] Deadline for withdrawal
 
||
 
||
Line 151: Line 150:
 
|| nov 6, nov 8
 
|| nov 6, nov 8
 
||
 
||
*[nov 9] due date for assignment 3
 
*[[Media:assignment4.COMP345.2018.2.pdf|assignment 4 handout]]
 
 
||
 
||
 
*operator overloading
 
*operator overloading
Line 163: Line 160:
 
|| nov 13, nov 15
 
|| nov 13, nov 15
 
||
 
||
 +
*[nov 16] due date for assignment 3
 +
*[[Media:assignment4.COMP345.2018.2.pdf|assignment 4 handout]]
 
||
 
||
 
*exception handling
 
*exception handling
Line 173: Line 172:
 
|| nov 20, nov 22
 
|| nov 20, nov 22
 
||
 
||
*[nov 23] due date for assignment 4
 
 
||
 
||
 
*templates metaprogramming
 
*templates metaprogramming
Line 184: Line 182:
 
|| nov 27 - nov 29
 
|| nov 27 - nov 29
 
||
 
||
 +
*[nov 30] due date for assignment 4
 +
*[dec 1 or 2] final programming test
 
||
 
||
 
* Review
 
* Review

Revision as of 16:12, 3 September 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
  • introduction to the course and project
  • introduction to C++
week 2 sep 11, sep 13
  • program organization
  • compilation units, namespaces
  • data types, type coercion
  • streams
  • pointers
week 3 sep 18, sep 20
  • structures, classes
  • inheritance
  • constructors, destructors
  • const, inline, static
  • friends
week 4 sep 25, sep 27
week 5 oct 2, oct 4
  • arrays, dynamic arrays
week 6 oct 9, oct 11
  • MVC architecture
  • observer pattern
  • [oct 12] due date for assignment 1
week 7 oct 16, oct 18
week 8 oct 23, oct 25
  • [oct 19] midterm examination
  • polymorphism
  • virtual functions
  • abstract classes
  • slicing problem, value and reference semantics
  • virtual function tables
  • diamond problem, virtual inheritance
week 9 oct 30, nov 1
  • design patterns in C++
week 10 nov 6, nov 8
  • operator overloading
week 11 nov 13, nov 15
  • exception handling
week 12 nov 20, nov 22
  • templates metaprogramming
week 13 nov 27 - nov 29
  • [nov 30] due date for assignment 4
  • [dec 1 or 2] final programming test
  • Review
exam week dec 5 - dec 19
  • final written examination

Course Material and Resources

Code used in the lecture slides