Next: , Up: Naming conventions



2.1 General naming conventions

The recommendations provided by the C Coding Style guidelines also apply in C++: give your {files,variables,classes,namespaces,etc} relevant (English) names.

Additionally, the following rules apply:

This section is incomplete and you must follow the guidelines specified in the section Name Conventions of Tiger Assignment.