100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Class notes

CO2402 Advanced Programming with C++ Lecture 19 Notes

Rating
-
Sold
-
Pages
5
Uploaded on
05-08-2024
Written in
2023/2024

This document contains comprehensive notes from Lecture 19 of the CO2402 course on Advanced Programming with C++. The lecture focuses on exception handling, a crucial mechanism for managing errors and unexpected conditions in software applications. It provides a detailed overview of exceptions, including their role in separating error-handling code from business logic, thereby enhancing program readability and maintainability.

Show more Read less
Institution
Course









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Study
Unknown
Course

Document information

Uploaded on
August 5, 2024
Number of pages
5
Written in
2023/2024
Type
Class notes
Professor(s)
Nicholas mitchell
Contains
All classes

Subjects

Content preview

CO2402: Advanced Programming
with C++ Lecture 19


Introduction to Exceptions

1. Overview

o Exceptions are a mechanism for handling errors that disrupt
the normal flow of a program. They provide a way to separate
error-handling code from regular business logic, making
programs more readable and maintainable.

2. Logic and Runtime Errors

o Logic errors are bugs in the code, such as incorrect logic or
algorithm. Runtime errors occur during the execution of a
program, such as file not found or out-of-memory errors.

Example:




3. Exception Safety

o Exceptions add a degree of safety by allowing programs to
handle unforeseen events. They prevent the mixing of
business logic and error-handling code, which can lead to
more maintainable and robust systems.

, Exceptions in C++ vs. Java

1. C++ Exception Handling

o C++ uses exceptions primarily for error handling. It allows
throwing and catching exceptions of any data type and
includes the noexcept keyword to specify functions that do not
throw exceptions.

2. Java Exception Handling

o Java uses exceptions for various purposes, including error
handling and flow control. It has checked exceptions (which
must be caught or declared) and unchecked exceptions. Java
provides finally blocks for cleanup, which C++ achieves using
RAII (Resource Acquisition Is Initialization).

Keywords and Syntax

1. Key Keywords

o try: Defines a block of code that may throw exceptions.

o catch: Catches and handles exceptions thrown in the try
block.

o throw: Used to throw an exception.

Example:




2. Noexcept Keyword

o Indicates that a function does not throw exceptions. If a
noexcept function does throw, std::terminate is called.

Example:
$4.92
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached


Also available in package deal

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
BpoBpo University of Central Lancashire Preston
Follow You need to be logged in order to follow users or courses
Sold
309
Member since
5 year
Number of followers
250
Documents
78
Last sold
2 months ago

3.7

73 reviews

5
27
4
17
3
17
2
5
1
7

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions