Flow-control structures: Difference between revisions

m
→‎Exceptions: text formatting
m (→‎Exceptions: text formatting)
Line 20:
==== Exceptions ====
'''Compiler:''' [[GCC]] 4.0.2
 
Exceptions are a way to give control back to a direct or indirect caller in case of an error.
#include <iostream>
973

edits