Difference between revisions of "COMP345 - fall 2014"

From Dr. Joey Paquet Web Site
Jump to: navigation, search
(Lecture Schedule)
(Course Material and Resources)
Line 200: Line 200:
 
==Course Material and Resources==
 
==Course Material and Resources==
  
*[[Media:Syllabus.COMP345.paquet.2013.2.pdf|Course outline]]
+
*[[Media:Syllabus.COMP345.paquet.2014.2.pdf |Course outline]]
 
*[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]
*[[Media:SourceCode4e.zip|Source code of all program examples in the textbook (by Walter Savitch)]]
+
*[[Media:SourceCode4e.zip|Source code of all program examples in Walter Savitch's "Absolute C++")]]
*[[COMP345 section D teams]]
+

Revision as of 22:44, 27 August 2014

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 FG B070 Paquet, J. paquet@cse.concordia.ca
lab DI --W---- 20:30-22:00 TBA TBA
lab DJ --W---- 20:30-22:00 TBA TBA
office hours D --W-—-- 11:00-13:00 EV-3-221 Paquet, J.
lecture N M-W---- 16:15-17:30 FG B070 Sinnig, D d_sinnig@encs.concordia.ca
lab NI --W---- 18:00-21:00 TBA TBA
lab NJ --W---- 18:00-21:00 H-821 TBA
office hours N TBA Sinnig, D

Lecture Schedule

wk date event lecture topics (TENTATIVE) material (TENTATIVE)
week 1 sep 1 - sep 5
  • introduction to the course and project
week 2 sep 8 - sep 12
  • [sep 12] group formation deadline
  • C++ basics
  • separate compilation, namespaces
  • program organization
week 3 sep 15 - sep 19
  • ch6: structures, classes
  • ch14: inheritance
  • ch7: constructors, const, inline, static
week 4 sep 22 - sep 26
week 5 sep 29 - oct 3
  • ch5: arrays
  • ch10: dynamic arrays, pointers
  • ch7,19: vectors, iterators
week 6 oct 6 - oct 10
  • GUI design in C++ (MVC and Observer Patterns)
week 7 oct 13 - oct 17
week 8 oct 20 - oct 24
  • [oct 26] Deadline for withdrawal
  • ch15: polymorphism, virtual functions
week 9 oct 27 - oct 31
  • design patterns in C++
week 10 nov 3 - nov 7
  • ch8: operator overloading
week 11 nov 10 - nov 14
  • ch18:exception handling
week 12 nov 17 - nov 21
  • [nov 21] individual programming assignment #3 due
  • ch16:templates
week 13 nov 24 - nov 28
exam week dec 3 - dec 18
  • final examination : TBA

Course Material and Resources