Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
Menu
Exception « Development « C++
C++
Development
Exception
1.
Rethrowing an Exception
2.
A try/catch can be inside a function other than main().
3.
Uses catch(...) to catch all exceptions
4.
Handle exceptions thrown by new.
5.
Catch exception: int i
6.
Different types of exceptions can be caught.
7.
Restricting function throw types.
8.
An exception can be thrown from outside the try block
9.
Throw and catch an exception inside a function
10.
Matching Any Exception
11.
No Exception Handling
12.
Terminate Handler