ISO-C++ style exception handling library for the ISO-C language
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.
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.
To install ossp-ex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ossp-ex
To see what files were installed by ossp-ex, run:
port contents ossp-ex
To later upgrade ossp-ex, run:
sudo port selfupdate && sudo port upgrade ossp-ex
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.