Thread: stack unwinding
View Single Post
Old 05-07-2005, 05:46 AM   #2 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
1) A concrete class is a class that implements an abstract class.
2) Stack unwinding is the process of freestore management during exception handling. Especially memory clean up.

For further study:
1) Learn the ways of abstract classes, inherritance, pure virtual functions and polymorphism.
2) Learn the ways of exception handling. Then learn to throw an exception without trashing the memory.
__________________

Last edited by Valmont; 05-07-2005 at 06:07 AM.
Valmont is offline