Download List

專案描述

OSSP ex is a small ISO-C++ style exception
handling library for use in the ISO-C language. It
allows you to use the paradigm of throwing and
catching exceptions in order to reduce the amount
of error handling code without making your program
less robust. This is achieved by directly
transferring exceptional return codes (and the
program control flow) from the location where the
exception is raised (throw point) to the location
where it is handled (catch point), usually from a
deeply nested sub-routine to a parent routine. All
intermediate routines no longer have to make sure
that the exceptional return codes from
sub-routines are correctly passed back to the parent.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-03-31 02:46
1.0.0

OSSP ex is stable and ready for production. The documentation was extended and polished, too.
標籤: Minor bugfixes

2002-03-09 03:16
0.9.1

Support for the advanced feature of deferred exceptions.

2002-02-01 03:14
0.9.0

標籤: Initial freshmeat announcement

Project Resources