+ 3
What are exceptions and are they useful in C++?
5 Réponses
+ 5
Good ones @Ace, I didn't know they were available, would've linked them up if I did, this probably because I visit Latest Addition more then other in Learn section : )
+ 3
every try catch block in programming language is very useful because of this we can run program safely without crashing the program if Exception occured.
+ 1
An exception is a problem that arises during the execution of a program
0
try{} catch(){}