exit and Destructors
Go Up to Destructors Index
When you call exit from within a program, destructors are not called for any local variables in the current scope. Global variables are destroyed in their normal order.
Go Up to Destructors Index
When you call exit from within a program, destructors are not called for any local variables in the current scope. Global variables are destroyed in their normal order.