This is something that I've been curious about.

What's your opinion about exceptions? Do you usually use them in your programs (those where you can write code as you like and are not tied to some team's coding standard)?

Recently I've been using Qt a lot and I noticed that they don't use exceptions. Considering that the library is pretty big, it seems to be working out alright for them.

How do you handle errors in your code?