From 79ea1df767d7c085cef3a93620d94e2db4a2eaeb Mon Sep 17 00:00:00 2001 From: J-Donald Tournier Date: Thu, 5 Dec 2024 17:15:44 +0000 Subject: [PATCH] Update syllabus.md --- syllabus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syllabus.md b/syllabus.md index c279dc1..0e3cc8e 100644 --- a/syllabus.md +++ b/syllabus.md @@ -72,8 +72,8 @@ This is a list of topics to be covered on this module. Note that during the cour - using [insertion](https://learn.microsoft.com/en-us/cpp/standard-library/using-insertion-operators-and-controlling-format) and [extraction](https://learn.microsoft.com/en-us/cpp/standard-library/using-extraction-operators) operators (`<<`, `>>`) - [checking for errors](https://www.edureka.co/blog/file-handling-in-cpp/#check-the-file-for-errors) -## [Error handling using exceptions](https://www.geeksforgeeks.org/exception-handling-c/) -- throwing exceptions +## Error handling using exceptions +- [throwing exceptions](https://www.geeksforgeeks.org/exception-handling-c/) - catching exceptions - catching exceptions by type - using multiple `catch` statements