newsPointer++ - News: Normal Pointer and Checked Pointer

 
 
Latest News
auto_ptr and namespaces posted by theuser, Sun 01 Feb 2009 03:44:15 PM UTC
Normal Pointer and Checked Pointer posted by theuser, Thu 18 Dec 2008 11:26:22 PM UTC

Normal Pointer and Checked Pointer

Item posted by Jonathan Schmidt-Dominé <theuser> on Thu 18 Dec 2008 11:26:22 PM UTC.

Two new classes were added:

  • A Pointer-Class, which behaves like a normal pointer with the same problems but with support to the other classes of Pointer++.
  • The checked_ptr, which is automatically set to NULL when its object was deleteted.


Plan for future:
A pointer like std::auto_ptr

 

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code