| Thinking in C++ Vol 2 - Practical Programming |
|
Prev |
Home |
Next |
As mentioned earlier, one of the advantages of C++ exception
handling is that you can concentrate on the problem you re trying to solve in
one place, and then deal with the errors from that code in another place.
| Thinking in C++ Vol 2 - Practical Programming |
|
Prev |
Home |
Next |