R
Robert May
Hi,
Can anybody tell me whether the use of static class data members is
any different than using global variables? i.e. do they remain
persistent in memory for the duration of main() execution? Or are
they destroyed if their are no instances of their associated class?
Cheers,
Rob
Can anybody tell me whether the use of static class data members is
any different than using global variables? i.e. do they remain
persistent in memory for the duration of main() execution? Or are
they destroyed if their are no instances of their associated class?
Cheers,
Rob