background preloader

Compiled

Facebook Twitter

Dynamic Binding C++ Smart Pointers in C++ Smart Pointers in C++ Pages: 1, 2, 3, 4, 5 Smart Pointers in the Standard C++ Library The standard C++ library comes with a smart pointer called auto_ptr, for "automatic pointer.

Smart Pointers in C++

" Type Casting. Implicit conversion Implicit conversions are automatically performed when a value is copied to a compatible type.

Type Casting

For example: