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.

2003-01-06 19:21 Back to release list
1.0.1

은 GNU Shtool 1.6.2, 멋진 GNU Libtool 1.4.3, 그리고 GNU Autoconf 2.57로 업데이 트되었습니다 환경을 빌드합니다. "전 - 설정 - libs가의 출력은"수정되었습니다.
Tags: Minor bugfixes
The build environment has been updated to GNU Shtool 1.6.2, GNU Libtool 1.4.3, and GNU Autoconf 2.57. The output of "ex-config --libs" has been fixed.

Project Resources