Next: Tests, Previous: Groups, Up: Instructions [Contents][Index]
This section could have been named “Strong and Weak Requirements”, as it includes not only mandatory features from your compiler (memory management), but also tips and advice. As the captain Barbossa would put it, “actually, it’s more of a guideline than a rule.”
• No Draft Allowed: | The code submitted must be clean | |
• Use of Foreign Features: | Additional Coding Freedom | |
• File Conventions: | Extensions, purpose. | |
• Name Conventions: | How to name things | |
• Use of C++ Features: | Things to prefer in C++ | |
• Use of STL: | Things to prefer in STL | |
• Matters of Style: | Tastes, Colors, etc. | |
• Documentation Style: | Writing comments |