Subj : Re: C++ exception mapping with OS. To : borland.public.cpp.borlandcpp From : maeder@glue.ch (Thomas Maeder [TeamB]) Date : Tue Oct 14 2003 09:15 pm "mani" writes: > I was looking for information on details of how the c++ exception are > handled/ mapped internally with OS. Please elaborate. What kind of exceptions are you referring to? In general, C++ exceptions are handled by the application itself (i.e. the necessary functionality is compiled into it) with some support from the runtime library. .