Next: , Previous: , Up: Foundational: Handling error codes with   [Contents]


7.1.4.2 Student outcomes

A list of things “a student should be able to” after the curriculum. The next word should be an action word and testable in an exam. Max 5 items.

A student should be able to:

  1. write code to handle errors with std::error_code, e.g., obtain the message of the error code or check if an error occurred.
  2. distinguish between the different categories and make justified decisions when to use which