Is there something like unique_ptr<> in Visual Studio 2008?
Event Visual Studio only header is also OK.
I want this feature but do not want to use 3-rd party lib. Since I am writing sample/learning code.
If not, I will have to use raw pointer directly, for simplification. Although I feel uncomfortable....