Hi everyone,
I currently was thinking whether the following is a good idea:
I want to have something like an auto_ptr that checks during the
dereferencing whether the pointer is null and throws something like a
NullPointerExce ption. Does someone have some experiences with
something like this? In general is it a good idea at all?
Regards,
Thomas Kowalski
I currently was thinking whether the following is a good idea:
I want to have something like an auto_ptr that checks during the
dereferencing whether the pointer is null and throws something like a
NullPointerExce ption. Does someone have some experiences with
something like this? In general is it a good idea at all?
Regards,
Thomas Kowalski
Comment