Skip to search formSkip to main contentSkip to account menu

Auto ptr

Known as: Autoptr, Autopointer, Std::auto ptr 
auto_ptr was a class template available in the C++ Standard Library (declared in the header file) that provided some basic RAII features for C++ raw… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2012
2012
Die vorliegende Arbeit beschreibt die Kalibrierung und Implementierung eines Laserprojektors als Autopointer. Ziel ist es, mit… 
2011
2011
This paper outlines a revised reference counting programming pattern for derived types in Fortran 2003. It extends the method… 
2010
2010
The ubiquitous use of raw pointers in higher-level code is the primary cause of all memory usage problems and memory leaks in C… 
2010
2010
This paper outlines a reference counting programming pattern for derived types in Fortran 95/2003. Modern object oriented… 
2007
2007
To transfer preoperatively planned data into the operating room (OR), registration is necessary as well as a method to localize… 
Review
2002
Review
2002
Introducing Scott Meyers to C++ programmers is as unnecessary as introducing Bjarne Stroustrup. Meyers’ previous books on C… 
1999
1999
1998
1998
Dynamic memory management in C++ is complex, especially across the boundaries of library abstract data types. C++ libraries…