This repository has been archived on 2025-02-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CodeBlocksPortable/WATCOM/samples/cppexamp/excarea
2024-07-04 19:52:56 +03:00
..
excarea.cpp My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
main.cpp My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
makefile My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
readme.txt My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00

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.