Map
Index
Random
Help
th

Quote: resource acquisition is initialization. Resources, like objects, are released in the reverse order of their acquisition; works well with exception handling

topics > all references > references sa-sz > QuoteRef: stroB_1991 , p. 309



Group:
operating system
Topic:
initialization of data
Topic:
exception handling by try..catch
Group:
parallel processing
Group:
exception handling

Quotation Skeleton

It is typically important that resources are released … by constructors and destroyed by destructors. Thus we … with constructors and destructors. … This technique for managing resources is usually referred … of constructors and destructors and their interaction with … then will stack unwinding call the destructor for …   Google-1   Google-2

Copyright clearance needed for quotation.

Additional Titles

Quote: an object is not constructed until its constructor has completed; an exception calls a destructor only for constructed objects

Related Topics up

Group: operating system   (27 topics, 877 quotes)
Topic: initialization of data (42 items)
Topic: exception handling by try..catch (45 items)
Group: parallel processing   (41 topics, 1116 quotes)
Group: exception handling   (12 topics, 305 quotes)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.