Rules for all assignments
These are rules that you are expected to follow for all
assignments in this course. Failure to follow these may result in point
deductions for any assignment where these rules are violated. In
addition, be careful to follow all specifications given on an assignment
writeup.
- Include a comment header with your NAME and SECTION at the top of
your submitted files
- No global varaibles!
- No goto statements!
- Seriously, what do you think it is, 1975?
- No system calls
- When you write source code, it should be readable and well-documented.
- Always use const in
appropriate places in classes, like const member functions, etc
- All code will be compiled and tested using g++ on linprog.cs.fsu.edu.
Make sure your code runs with this compiler and system!