CISC2000: How are labs graded?

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

30% points for good coding style/practice:

Quick Hints:

You are strongly encouraged to pay attention to indentation level in the first place, as doing so will help you see the logic structure of your code, and minimze chances of making mistakes. The editor emacs can help you apply indentation rule. While in emacs, if you press tab key, emacs automatically adjusts the indentation level of the current line (where cursor locates). To enable this, and to set the indentation level to 3, please type the following command at the storm terminal, which copies my emacs configuration file to your home directory.

cp ~zhang/.emacs ~
This command will read lab4.cpp and adjust indentation for every lines in the program.