Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP Itanium-based Systems: HP aC++/HP C Programmer's Guide > Chapter 2 Command-Line Options

Exception Handling

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

By default, exception handling is enabled. To turn off exception handling, use the following option.

+noeh

+noeh

The +noeh option disables exception handling. With exception handling disabled, the keywords throw and try generate an error.

Mixing code compiled with and without +noeh may give undesired results.

Example:

aCC +noeh progex.C

This command compiles and links progex.C, which does not use exception handling.

See Chapter 8 “Exception Handling” for more information.

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© Hewlett-Packard Development Company, L.P.