Difference between revisions of "COMP345 - fall 2015"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
(Lecture Schedule)
Line 47: Line 47:
 
|-
 
|-
 
|| week 1
 
|| week 1
|| sep 1 - sep 5
+
|| sep 7 - sep 11
 
||  
 
||  
 
*[[Media:Project.COMP345.2014.2.pdf|project description handout]]
 
*[[Media:Project.COMP345.2014.2.pdf|project description handout]]
Line 57: Line 57:
 
|-
 
|-
 
|| week 2
 
|| week 2
|| sep 8 - sep 12
+
|| sep 14 - sep 18
 
||
 
||
 
*[sep 12] group formation deadline
 
*[sep 12] group formation deadline
Line 72: Line 72:
 
|-
 
|-
 
|| week 3
 
|| week 3
|| sep 15 - sep 19
+
|| sep 21 - sep 25
 
||
 
||
 
||
 
||
Line 84: Line 84:
 
|-
 
|-
 
|| week 4
 
|| week 4
|| sep 22 - sep 26
+
|| sep 28 - oct 2
 
||
 
||
 
*[[Media:Assignment1.COMP345.2014.2.pdf |individual programming assignment #1 handout]]
 
*[[Media:Assignment1.COMP345.2014.2.pdf |individual programming assignment #1 handout]]
Line 91: Line 91:
 
|-
 
|-
 
|| week 5
 
|| week 5
|| sep 29 - oct 3
+
|| oct 5 - oct 9
 
||
 
||
 
||
 
||
Line 99: Line 99:
 
|-
 
|-
 
|| week 6
 
|| week 6
|| oct 6 - oct 10
+
|| oct 12 - oct 16
 
||
 
||
 
||
 
||
Line 108: Line 108:
 
|-
 
|-
 
|| week 7
 
|| week 7
|| oct 13 - oct 17
+
|| oct 19 - oct 23
 
||
 
||
 
*[oct 14-16] midterm examination  
 
*[oct 14-16] midterm examination  
Line 118: Line 118:
 
|-
 
|-
 
|| week 8
 
|| week 8
|| oct 20 - oct 24
+
|| oct 26 - oct 30
 
||  
 
||  
 
*[oct 26] Deadline for withdrawal
 
*[oct 26] Deadline for withdrawal
Line 132: Line 132:
 
|-
 
|-
 
|| week 9
 
|| week 9
|| oct 27 - oct 31
+
|| nov 2 - nov 6
 
||
 
||
 
*[[Media:Assignment3.COMP345.2014.2.pdf|individual programming assignment #3 handout]]
 
*[[Media:Assignment3.COMP345.2014.2.pdf|individual programming assignment #3 handout]]
Line 142: Line 142:
 
|-
 
|-
 
|| week 10
 
|| week 10
|| nov 3 - nov 7
+
|| nov 9 - nov 13
 
||
 
||
 
*[nov 5-6] [[intermediate project delivery COMP345 Fall 2014|intermediate project delivery due]]  
 
*[nov 5-6] [[intermediate project delivery COMP345 Fall 2014|intermediate project delivery due]]  
Line 151: Line 151:
 
|-
 
|-
 
|| week 11
 
|| week 11
|| nov 10 - nov 14
+
|| nov 16 - nov 20
 
||
 
||
 
*[[Media:Gradingfinalproject.COMP345.paquet.2014.2.pdf|final project build grading sheet handout]]
 
*[[Media:Gradingfinalproject.COMP345.paquet.2014.2.pdf|final project build grading sheet handout]]
Line 160: Line 160:
 
|-
 
|-
 
|| week 12
 
|| week 12
|| nov 17 - nov 21
+
|| nov 23 - nov 27
 
||
 
||
 
*[nov 21] individual programming assignment #3 due
 
*[nov 21] individual programming assignment #3 due
Line 169: Line 169:
 
|-
 
|-
 
|| week 13
 
|| week 13
|| nov 24 - nov 28
+
|| nov 30 - dec 4
 
||
 
||
 
*[nov 27][[final project delivery COMP345 fall 2014| final project delivery due]]
 
*[nov 27][[final project delivery COMP345 fall 2014| final project delivery due]]
Line 176: Line 176:
 
|-
 
|-
 
|| exam week
 
|| exam week
|| dec 3 - dec 18
+
|| dec 9 - dec 22
 
||
 
||
*final examination : Wed, Dec 3 14h-17h - A-O MBS1.235, P-Z MBS1.430 (confirmed)
+
*final examination : TBA
 
||
 
||
 
||
 
||

Revision as of 15:05, 6 September 2015

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 site
lecture D -T-J--- 13:15-14:30 H-535 Paquet, Joey paquet@encs.concordia.ca
lab DI --W---- 20:30-22:20 H-917 Patel, Parth Pareshkumar par_pat@encs.concordia.ca
lab DJ --W---- 20:30-22:20 H-831 Laleh, Touraj t_laleh@encs.concordia.ca
office hours D ---—F-- 10:00-12:00 EV-3-221 Paquet, Joey
lecture N M-W---- 16:15-17:30 H-620 Sadri, Javad j_sadri@encs.concordia.ca
lab NI --W---- 17:45-19:35 H-967 TBA
lab NJ --W---- 17:45-19:35 H-917 TBA
office hours N TBA

Lecture Schedule

wk date event lecture topics material
week 1 sep 7 - sep 11
  • introduction to the course and project
  • introduction to C++
week 2 sep 14 - sep 18
  • [sep 12] group formation deadline
  • program organization
  • compilation units, namespaces
  • data types, type coercion
  • streams
  • pointers
week 3 sep 21 - sep 25
  • structures, classes
  • inheritance
  • constructors, destructors
  • const, inline, static
  • friends
week 4 sep 28 - oct 2
week 5 oct 5 - oct 9
  • arrays, dynamic arrays
week 6 oct 12 - oct 16
  • MVC architecture
  • observer pattern
week 7 oct 19 - oct 23
week 8 oct 26 - oct 30
  • [oct 26] Deadline for withdrawal
  • polymorphism
  • virtual functions
  • abstract classes
  • slicing problem, value and reference semantics
  • virtual function tables
  • diamond problem, virtual inheritance
week 9 nov 2 - nov 6
  • design patterns in C++
week 10 nov 9 - nov 13
  • operator overloading
week 11 nov 16 - nov 20
  • exception handling
week 12 nov 23 - nov 27
  • [nov 21] individual programming assignment #3 due
  • templates metaprogramming
week 13 nov 30 - dec 4
exam week dec 9 - dec 22
  • final examination : TBA

Course Material and Resources

Code used in the lecture slides

Other Material