Does anyone know when or if destructors for statically declared
objects are called? I am just wondering if I am leaking system
resources each time i exit my program.
Thanks,
-Joe
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.m oderated. First time posters: Do this! ]
objects are called? I am just wondering if I am leaking system
resources each time i exit my program.
Thanks,
-Joe
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.m oderated. First time posters: Do this! ]
Comment