Télécharger la liste

Description du projet

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.

Système requise

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.

2004-04-03 16:15 Retour à la liste release
1.0.3

La présente mise à libérer l'environnement de compilation à GNU autoconf 2.59 et GNU libtool 1.5.2, constifies les domaines ex_file et ex_func de la structure du contexte exception à satisfaire aux exigences C99, et des corrections de la bibliothèque suite de tests car une itération illégales ont été effectuées pendant la libération d'éléments.
Tags: Major bugfixes
This release upgrades the build environment to GNU autoconf 2.59 and
GNU libtool 1.5.2, constifies the ex_file and ex_func fields of the
exception context structure to fulfill C99 requirements, and fixes the
test suite library because an illegal iteration was performed during
freeing of elements.

Project Resources