C++ Exception and Resumption

8 views
Skip to first unread message

Zorro

unread,
May 10, 2024, 6:16:00 PM5/10/24
to computer.lang.Z++
C++ exception does not provide resumption, and is unlikely to ever do. Thus C++ exception is utterly useless, with unnecessary overhead. Simply returning a code by a called function does the job.

Z++, its platform-independent super-set provides two forms of resumption. Once the exception is caught and repaired, one can either resume or repeat.

resume : begins execution with the statement after the one that caused the exception.
repeat: begins execution with the statement that raised the exception.

C++ is just a subset of Z++,.

For Z++ visit www.ZHMicro.com

Reply all
Reply to author
Forward
0 new messages