This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/cppexamp/excarea/readme.txt

14 lines
480 B
Plaintext
Raw Normal View History

EXCAREA Example
---------------
to run: wmake test
output: The program should display "Passed".
Description: This example illustrates how to extend the static area used
to contain unhandled exceptions. The default sizes are 4k
(32 bit) and 1k (16 bit).
The main program throws and catches an 8k object. The source
module excarea.cpp has been modified to have a 10k data area.