Class Announcements
- All work turned in (in any form) must include:
- Your name
- Identification information (Assignment 1, Assignment 4, ...)
- You will need an account on the department's unix machines.
- I will compile with the following flags: -Wall -Wextra -Wshadow -pedantic -Wunused -Wuninitialized -Weffc++ -O1
- This will warn of quite a number of potential problems.
- Most if not all of these problems should be corrected.
- I will take of points if your code can not compile without warnings.
- Unless specified otherwise, you may not use the Standard Template Library (STL).
- this includes the STL container classes and STL algorithms.
- The purpose of this class is to learn how to do these things.