SENG 475 and ECE 596C/ECE 569A — Advanced Programming Techniques for Robust Efficient Computing (With C++)
NOTE: Please be sure to use the "refresh" button in your web browser to ensure that you are viewing the most recent version of this web document.
Table of Contents
- What is the Course About?
- When is the Course Offered?
- Prerequisite Knowledge and Requirements of Course
- Registering for the Course
- Accessing Course Materials
- Accessing the Software Development Environment (SDE) for the Course
- Instructor
- Office Hours
- Tutorial/Marker Teaching Assistants (TAs)
- Course Outline
- Tutorials
- Course-Materials Bug-Bounty Program (CMBBP)
- Feedback on Course/Teaching
- Important Dates
- Required Texts/Materials
- Optional Texts/Materials
- Video Lectures
- Assignments
- Project
- Final Exam
- C++ Book/Lecture-Slide Supplements
- Miscellaneous Handouts and Documents
What is the Course About?
Motivation Behind The Course
Collectively, the programming-related courses offered by various programs in the Faculty of Engineering tend to go for breadth of coverage of programming languages rather than depth. That is, students are typically exposed to several programming languages at a relatively basic level, with no one language being covered in great depth. While there is certainly considerable value in breadth of knowledge, not knowing at least one programming language commonly used in industry in depth places the student at a significant disadvantage when seeking employment and can also limit the scope of projects that the student can reasonably undertake as part of their studies. The course SENG 475 (which is crosslisted as the graduate-level course ECE 596C/ECE 569A) is intended to address this problem.
The Course (SENG 475 and ECE 596C/ECE 569A)
The course SENG 475 (which is crosslisted as the graduate-level course ECE 596C/ECE 569A) studies advanced programming techniques for robust efficient computing in the context of the C++ programming language. The course affords students the opportunity to apply, in depth, the concepts learned over a number of courses in the context of a single programming language commonly used in industry (namely, C++). For a variety of programming concepts, the student will learn in detail how each of these concepts maps into particular features of the C++ programming language and how to use these features in an effective manner. Although SENG 475 carries the "SENG" designation, the course is open to any students in the Faculty with the necessary prerequisites.
In order to accommodate graduate students, SENG 475 is crosslisted as the graduate-level course ECE 596C (Selected Topics in Electrical and Computer Engineering) or ECE 569A (Selected Topics in Computer Engineering).
If you would like an approximate idea of what subset of the material from the lecture-slide deck will be covered in the course, a list of the slides covered when the course was last taught can be found in the following document:
-
List of
the slides in lecture-slide deck that were covered when the course was
last taught (in plaintext format)
When is the Course Offered?
SENG 475 (which is crosslisted as the graduate-level course ECE 596C/ECE 569A) is scheduled to be offered for the first time in the Summer 2018 term. It is expected that this course will probably be offered in subsequent Summer terms as well. Please check this section periodically for updates in case this schedule might possibly change. Incidentally, if this course is not offered in a time frame that is feasible for you to take it, you might find the course ECE 486/586 to be of interest.
Prerequisite Knowledge and Requirements of the Course
Prerequisite Knowledge of C++
The course SENG 475 is taught using the programming language C++. It is important to understand, however, that this course does not attempt to teach rudimentary C++. It is assumed that the student already has a basic working knowledge of C++. In particular, it is assumed that the student is familiar with the following aspects of C++:
- basics: objects, types, values; operators and expressions; control-flow constructs; functions; namespaces
- classes: members and access specifiers; constructors and destructors; operator overloading; functors; other basics of classes
- templates: function templates; class templates; variable templates; alias templates
- standard library: containers, iterators, and algorithms; a few of the commonly-used types, such as std::vector and std::string
What To Do If You Are Lacking the Prerequisite Knowledge of C++
In order to accommodate students with strong programming skills but no prior knowledge of C++, detailed video lectures are available that cover the necessary prerequisite material. In particular, numerous video lectures related to C++ can be found at:
The material that is assumed as prior knowledge in the course is covered by the lectures in the following video-lecture categories:- Basics
- Classes
- Templates
- Standard Library
- Software Tools
- Version Control Systems (Git)
- Build Tools (excluding the video lecture on Make, since CMake is used in the course, not Make)
Since it is impossible to learn C++ without writing code, it is worthwhile to note that most Linux systems in the ECE Department (and likely the CS Department as well) tend to have the GCC C++ compiler installed (which is accessible via the g++ command). Also, the software development environment (SDE) for the course is available on the machines in the computer lab used for the course. The SDE has all of the software needed for the course. For more details on how to access the SDE, refer to the section Accessing the Software Development Environment (SDE) for the Course
Registering for the Course
Since the proposal for SENG 475 as a new course had very strong student support, the course is expected to be popular and have high enrollment. Since the instructor runs the (computer-based) tutorial himself in addition to his regular teaching load, it is only feasible for the course to have a single instance of the tutorial (i.e., the tutorial must be scheduled at the same time and location for all students in the course). This limits the enrollment of the course to the capacity of the lab in which the tutorial is held (which is about 45). For this reason, it is recommended that students register as soon as possible for the course in order to avoid the possibility of being placed on a long waitlist. If a student is waitlisted for the course, there is always some chance that the student will able to register. Of course, the chances are much better if the student is near the start of the waitlist, rather than the end. Students who are waitlisted often ask if they will be able to register later. Unfortunately, it is impossible to answer such a question. Due to the fast pace of the course, however, it is probably not advisable to register too much after the start of the term, even if possible to do so.
Accessing Course Materials
Some of the downloadable course materials associated with this web page may be stored in a private (i.e., secure/protected) area. Two levels of security are imposed on this area:
- First, this area is password protected.
- Second, this area is only accessible from machines on the university campus network.

In order to access the private area, you will need to know the appropriate username and password to use (for the web server). If you are taking this course, you should know the correct username and password (which were announced during the first lecture). Note that this username and password are not the ones for your Netlink account. If you would like to access the private area from outside the university campus network, this can be accomplished by using the UVic VPN.
The Software Development Environment (SDE) for the Course
A highly-customized software development environment (SDE) has been setup for this course by the instructor. The SDE includes very recent (usually the most recent) versions of software such as:
- GCC
- Clang
- CMake
- GDB
- YouCompleteMe (YCM)
- Boost
- Catch2
- TeX Live
- Vim
Accessing the SDE
Lab and Lab Machines. The SDE is only available on the machines in the computer lab used for the course, namely, the ECE Undergraduate Linux Lab in ELW B238. Since it is possible to remotely login to the machines in the lab via SSH, it is still possible to use the SDE without physically being present in the lab. The machines in the lab can be accessed by remotely logging in (via SSH) to the generic hostname ugls.ece.uvic.ca. Specific lab machines can also be accessed via the hostnames ugls1.ece.uvic.ca, ugls2.ece.uvic.ca, and so on (up to something like ugls46.ece.uvic.ca). Is it recommended, however, that the generic hostname ugls.ece.uvic.ca be used in order to take advantage of potential load balancing (i.e., ugls.ece.uvic.ca will get mapped to the specific machine that is currently least loaded).
Initializing the SDE. To access the SDE (on one of the lab machines), you should run the following command in your shell:
- /home/frodo/public/ugls_lab/bin/sde_shell
Do not try to use the SDE on machines in the ECE Department other than the machines in the lab for the course, as this will not work properly. Although you will be able to access the sde_shell script on most ECE Department machines since the directory /home/frodo/public/ugls_lab is accessible on most ECE Department machines, the software installed under /home/frodo/public/ugls_lab will only work on the machines in the lab. Extremely bizarre failure modes are very likely to be encountered if the SDE is used on machines outside the lab for the course. Such failure modes include, amongst many others:
- CMake complains that it was installed incorrectly.
- CMake reports that the C++ compiler does not work.
- The GCC and Clang compilers do not work properly.
- The linker (i.e., the ld program) complains that it cannot find certain objects files (e.g., crt1.o) or libraries (e.g., the math library as in "-lm").
Common Problems With the SDE
The most common problems with the SDE are as follows:
- Attempting to use the SDE on a machine with a configuration different from the ones for which the SDE was built (i.e., attempting to use the SDE on machines outside the lab for the course). The SDE was built on the lab machines and therefore can only be guaranteed to work correctly on the lab machines. It is almost guaranteed that the SDE will not work if used on machines outside the lab for the course. For information about the lab and the hostnames of the machines in this lab, refer to the section titled Accessing the SDE.
- Failing to initialize the SDE. The SDE is not enabled by default. If you do not initialize it, you will not be using it. For instructions on how to properly initialize the SDE, refer to the section titled Accessing the SDE.
Installing the SDE (Not Officially Supported)
Although the SDE is only officially supported on the lab machines, a student can certainly try (if they would like) to install the SDE on their own computer. If a student would like to install the SDE on their own computer, the SDE is available from its official Git repository, hosted by GitHub. The home page for the SDE on GitHub can be found at:
The Git repository has the URL: Installation instructions for the SDE can be found in the file README.md in the top-level directory of the repository.The instructor only officially supports the SDE on the lab machines. So, if a student encounters problems when attempting to install (or use) the SDE on their own machine, the instructor cannot provide assistance. The SDE will only work on Unix-based systems. It should have a reasonable chance of working with Linux distributions that are fairly complete and stay current with recent software versions. For example, it is known to work with recent versions of Fedora and CentOS. It will probably not work for Mac OS X (due to Apple using older versions of some software in OS X and not including other software at all). Note that installing the SDE will likely take several hours, since building software like GCC and Clang (and downloading TeX Live) is very time consuming.
Instructor
Michael Adams
E-Mail: mdadams (append "@ece.uvic.ca" for the complete address)
Office: EOW 311
For more sordid details about the instructor look here.
Office Hours
Regular (Non-Final-Exam) Office Hours
My regular (i.e., non-final-exam) office hours will be posted here as determined in the first lecture.
Final-Exam Office Hours
My final-exam office hours will be determined closer to the end of the term and will be posted here at that time.
Tutorial/Marker Teaching Assistants (TAs)
The teaching assistants (TAs) for the course will be posted as soon as they are known.
Course Outline
The course outline is distributed in hardcopy form during the first lecture. The course outline is also available via the following link:
Tutorials
General Comments About Tutorials
The tutorial is run by the instructor, not a teaching assistant. Since the instructor runs the tutorial himself in addition to his regular teaching workload, it is not feasible to have more than one instance of the tutorial. Tutorial attendance is mandatory. An explanation of why this is so is given below.
The precise manner in which the tutorials are to be used depends on factors that are impossible to predict in advance of the start of the course. Such factors include the specific needs of the students taking the course as well as the need to address any unexpected issues that arise during the teaching of the course. Although the precise manner in which tutorials will be used cannot be specified in advance of the start of the course, some possible uses can be identified. In particular, the tutorials may be used for a number of purposes, including (but not limited to):
- presentations by the instructor to fill (unanticipated) gaps in student knowledge relevant to the course
- presentations by the instructor to further clarify more difficult topics in the course
- in-lab office hours for the instructor
- software (or other) demonstrations by the instructor
- time for students to work on programming assignments or exercises
- student interviews regarding code submitted for programming assignments (to guard against plagiarism)
Scheduling Conflicts with the Tutorial
If a student is considering taking the course, but has a conflict with the tutorial, they should contact the instructor for guidance in advance of the start of the course. When contacting the instructor, such a student should provide the following information:
- the details of the scheduling conflict, including what part of the tutorial overlaps with the other conflicting course (e.g., the first 30 minutes or the last 20 minutes)
- their program and year of study (e.g., 4th-year software engineering)
- the level of their programming skills
- the extent of their knowledge of C++
Course-Materials Bug-Bounty Program (CMBBP)
By participating in the Course-Materials Bug-Bounty Program (CMBBP), you can earn extra marks in the course. If you are interested in obtaining extra marks, then read the following document on the CMBBP:
The following document lists all bugs reported to date as part of the CMBBP:
- Course-Materials Errata (which is updated throughout the term as bug reports are received)
Feedback on Course/Teaching
Feedback on the course and teaching is always most welcome! The instructor will never hold any of your comments against you, but please be constructive in your criticism.
Several options are available for providing feedback. You can provide feedback through:
- if applicable, your class representative (who will be happy to pass on any concerns/complaints to me)
- normal e-mail
- in person
- anonymous e-mail (e.g., through a Hotmail or Yahoo account)
- Rate My Professors web site (follow this link for my most recent ratings)
Important Dates
The following important dates should be noted, which include submission deadlines for assignments and the project (proposal and software):
Required Texts/Materials
The required texts/materials for the course are listed on the course outline handout. All of these items are available from the University Bookstore.
The lecture slides are available in PDF format from:
Note that multiple versions of the lecture slides are available. So, be certain to obtain the correct version for the course.Optional Texts/Materials
The optional textbook for this course is the following:- B. Stroustrup The C++ Programming Language (4th Edition), Addison-Wesley, 4th Edition, 2013; ISBN 978-0-321-56384-2. Link to book on Amazon.
Video Lectures
Numerous video lectures are available on topics related to the course materials. The video lectures focus primarily on the C++ programming language, the C++ standard library, and a variety of software development tools. Students may find some of these video lectures to be helpful at various points in time. In particular, the video lectures are expected to be extremely helpful to students who have no (or very limited) prior experience with C++ and need to quickly get up to speed with this language prior to the start of the course. Note that the vast majority of topics covered in the course are not covered by these video lectures. So, it is critically important that students attend in-class lectures and not attempt to rely solely on the video lectures for learning the course materials.
The following handouts are available for the video lectures:
Assignments
Weighting of Assignments in Assignment Component of Course Mark. As mentioned in the course outline, the assignments are not necessarily equally weighted in the calculation of the assignment component of the course mark. Each of Assignments 1, 2, 3, 4, 5, and 6 carries an equal weight, but Assignment 0 only carries one-quarter the weight of each of the other assignments. This difference is due to the fact that Assignment 0 is simply an exercise in using some of the software tools for the course and does not involve any real programming per se (i.e., no code needs to be written).
Solutions to Programming Exercises. Since there is typically no one correct solution to the programming exercises, solutions to such exercises are not posted. If you would like to see the instructor's solution to any of the programming exercises, the instructor would be more than willing to show his solution to you (and explain how it works). He will not provide a copy of his code, however.
Marking Issues. If you have any concerns about the marking of an assignment, please directly contact the TA who marked the assignment. For a list of which TAs marked which assignments, please refer to the following document:
The contact information for TAs can be found in the Tutorial/Marker Teaching Assistants section.Handouts and Related Information. The following downloads are available for assignments:
- Non-Programming Assignment Exercises Handout.
- General Information About Assignments
- Assignment
General Information Handout (in PDF format)
(READ THIS DOCUMENT VERY CAREFULLY BEFORE ATTEMPTING ANY ASSIGNMENTS)
- Assignment
General Information Handout (in PDF format)
- Assignment 0 (cpp_tools):
- Assignment 1 (cpp_basics):
- Assignment 2 (cpp_compile_time):
- Assignment 3 (cpp_arithmetic):
- Assignment 4 (cpp_containers):
- Assignment 5 (cpp_cache):
- Assignment 6 (cpp_concurrency):
- Assignment Infinity (Course Feedback Questionnaire):
Marking Information. The following documents are available regarding assignment grading and solutions for non-programming exercises:
Project (Graduate-Level Version of Course Only)
The project is a component of the course only for students who are registered in the graduate-level version of the course. Students who are registered in the undergraduate-level version of the course do not do a project!
The following handouts are available for the project:
Final Exam
Information about the final exam will be made available here later in the term. Stay tuned.
C++ Book/Lecture-Slide Supplements
Some additional revisions have been made to the lecture slides for the course since the time that they were published (e.g., to correct errors, improve explanations, and add clarifications). The more significant of these changes are made available through supplements to the lecture slides, which contain collections of. revised/new slides. The following lecture-slide supplements are currently available:
Miscellaneous Handouts and Documents
The following handouts were associated with the first lecture in the course:- Note: The list of the lecture slides covered in the course has been moved to the final exam section of the course web site.
- Initial Course Questionnaire
- Course Overview Slides
- CMake example to show how to define an option that adds to the list of compiler and/or linker flags.
- CMake example to show how to use Threads package.