What are exceptions and are they useful in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are exceptions and are they useful in C++?

7th Mar 2018, 2:34 AM
tejaswi kanneganti
tejaswi kanneganti - avatar
5 Answers
+ 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 : )
7th Mar 2018, 4:30 AM
Ipang
+ 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.
7th Sep 2018, 10:11 AM
Real Gutch
Real Gutch - avatar
+ 1
An exception is a problem that arises during the execution of a program
11th Mar 2018, 2:44 PM
tejaswi kanneganti
tejaswi kanneganti - avatar
0
try{} catch(){}
13th Mar 2018, 5:03 PM
Hsu Mon Kyaw