When a C++ program throws an exception, the compiler generates lookup tables. The CRT walks through these tables (a process called "stack unwinding") to find the appropriate catch block. Microsoft’s implementation (SEH - Structured Exception Handling) works closely with the Windows kernel to ensure that destructors are called properly as the stack unwinds.
When a C++ program throws an exception, the compiler generates lookup tables. The CRT walks through these tables (a process called "stack unwinding") to find the appropriate catch block. Microsoft’s implementation (SEH - Structured Exception Handling) works closely with the Windows kernel to ensure that destructors are called properly as the stack unwinds.
RSS¶©ÔÄ|СºÚÎÝ|´¦·£¼Ç¼||Îá°®ÆÆ½â - 52pojie.cn ( ¾©ICP±¸16042023ºÅ | ¾©¹«Íø°²±¸ 11010502030087ºÅ )
GMT+8, 2026-3-9 06:21
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.