Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

searching for Auto ptr 2 found (7 total)

alternate case: auto ptr

C++17 (1,995 words) [view diff] no match in snippet view article find links to article

types and functions were removed from the standard library, including std::auto_ptr, std::random_shuffle, and old function adaptors. These were superseded
POCO C++ Libraries (854 words) [view diff] no match in snippet view article find links to article
etc. Memory management – Resource Acquisition Is Initialization (RAII), auto_ptr, reference counting garbage collection, etc. String utilities Error handling