Exceptions
Exceptions are a convenient way of error handling in many object oriented programming languages. Unfortunately in C++ special precautions must be taken before using exceptions which make them less useful than in other programming languages, like Java or the new .NET family.
Kaya Memisoglu 2005-01-06
