CISC4080: Programming Assignment Grading?

If your code does not compile, the most points you can earn is 40 pts out of 100.

70% points are for the correct implementation of required functionalities.

15% points for documentation:

15% points for good coding style/practice:

The editor emacs can help you apply indentation rule. To enable this, and to set the indentation level to 3, you can run the following command at the terminal, which copy my configuation file to your home directory.

cp ~zhang/.emacs ~

Note: evertime emacs starts, it will read the .emacs file under your home directory for configration information. For the automatic indentation rules to apply, you need to name your file with an appropriate suffix (.cc, or .cpp).