Difference between revisions of "COMP345 - fall 2016"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
(Lecture Schedule)
 
(12 intermediate revisions by one user not shown)
Line 113: Line 113:
 
|| oct 10 - oct 14
 
|| oct 10 - oct 14
 
||
 
||
*[oct 10] University closed, no lecture for section D (see dec 5th).  
+
*[oct 10] University closed, no lecture for section N (see dec 5th).  
 
||
 
||
 
*MVC architecture
 
*MVC architecture
Line 127: Line 127:
 
*[oct 19-20] midterm examination  
 
*[oct 19-20] midterm examination  
 
*[[Media:Assignment2.COMP345.2016.2.pdf|individual programming assignment #2 handout]]
 
*[[Media:Assignment2.COMP345.2016.2.pdf|individual programming assignment #2 handout]]
*project build #1 grading sheet handout
+
*[[Media:Gradingintermediateproject.COMP345.paquet.2016.2.pdf|project build #1 grading sheet handout]]
 
*[oct 21] individual programming assignment #1 due
 
*[oct 21] individual programming assignment #1 due
 
||
 
||
Line 154: Line 154:
 
|| nov 31 - nov 4
 
|| nov 31 - nov 4
 
||
 
||
*individual programming assignment #3 handout
+
*[[Media:Assignment3.COMP345.2016.2.pdf|individual programming assignment #3 handout]]
 
*[nov 4] individual programming assignment #2 due
 
*[nov 4] individual programming assignment #2 due
 
*[nov 6] Deadline for withdrawal
 
*[nov 6] Deadline for withdrawal
Line 167: Line 167:
 
|| nov 7 - nov 11
 
|| nov 7 - nov 11
 
||
 
||
*[nov 7-10] intermediate project delivery due
+
*[nov 7-10] [[COMP345 fall 2016 intermediate project presentations|intermediate project delivery due]]
*peer evaluation sheet
+
*[[Media:PeerEvaluationReport-1.COMP345.2016.2.docx|peer evaluation]]
 
||
 
||
 
*operator overloading
 
*operator overloading
Line 179: Line 179:
 
|| nov 14 - nov 18
 
|| nov 14 - nov 18
 
||
 
||
*final project build grading sheet handout
+
*[[Media:Gradingfinalproject.COMP345.paquet.2016.2.pdf|final project build grading sheet handout]]
 
||
 
||
 
*exception handling
 
*exception handling
Line 201: Line 201:
 
|| nov 28 - dec 2
 
|| nov 28 - dec 2
 
||
 
||
*[nov 28 - dec 1]final project delivery due
+
*[nov 28 - dec 1][[COMP345 fall 2016 final project presentations|final project delivery due]]
 +
*[https://pes.concordia.ca/ peer evaluation]
 
||  
 
||  
 
||
 
||
Line 209: Line 210:
 
|| dec 5
 
|| dec 5
 
||
 
||
*section D final lecture.  
+
*section N final lecture.  
 
||  
 
||  
 
||
 
||
Line 218: Line 219:
 
|| dec 9 - dec 22
 
|| dec 9 - dec 22
 
||
 
||
*final examination : TBA
+
*final examination : Wednesday, December 14th, 14h00-17h00
 
||
 
||
 
||
 
||
Line 229: Line 230:
 
*[[COMP345 Fall 2016 teams|COMP345 Fall 2016 teams]]
 
*[[COMP345 Fall 2016 teams|COMP345 Fall 2016 teams]]
 
*[https://fis.encs.concordia.ca/eas/servlet/description ENCS Electronic Student Submission System]
 
*[https://fis.encs.concordia.ca/eas/servlet/description ENCS Electronic Student Submission System]
 +
*[https://pes.concordia.ca/ JMSB Peer Assessment System]
 
*[[Media:SourceCode4e.zip|Source code of all program examples in Walter Savitch's "Absolute C++"]]
 
*[[Media:SourceCode4e.zip|Source code of all program examples in Walter Savitch's "Absolute C++"]]
 
*[[Media:Liang_Code.zip|Source code of all program examples in Daniel Liang's "Introduction to Programming with C++"]]
 
*[[Media:Liang_Code.zip|Source code of all program examples in Daniel Liang's "Introduction to Programming with C++"]]

Latest revision as of 23:46, 2 December 2016

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-420 Paquet, Joey paquet@encs.concordia.ca
lab DI --W---- 20:30-22:20 H-929 Laleh, Touraj t_laleh@encs.concordia.ca
lab DJ --W---- 20:30-22:20 H-967 Erfani, Mostafa m_erfa@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-420 Taleb, Mohammed mtaleb@encs.concordia.ca
lab NI --W---- 17:45-19:35 H-929 Koochekian Sabor, Korosh k_kooche@encs.concordia.ca
lab NJ --W---- 17:45-19:35 H-823 Terzian, Meghrig m_terzia@encs.concordia.ca
lab NK --W---- 17:45-19:35 H-843 Kokotov, Lev l_kok@encs.concordia.ca
office hours N TBA TBA EV-3-233 Taleb, Mohammed

Lecture Schedule

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

Course Material and Resources

Code used in the lecture slides

Other Material