smart pointer in C++
unique_ptr, auto_ptr,shared_ptr,weak_ptr
- Using std::unique_ptr (RAII) with malloc() and free()
- Variable Declaration and Initialization
- shared_ptr Polymorphic Magic Pitfall
- The A::Restricted Idiom
- Memory Management and RAII
- Smart Pointers Gotchas
- The C++ Standard Library, 2nd
- isual Studio Slow Debugging and _NO_DEBUG_HEAP
- Robust C++: Initialization and Restarts
- Dangling Pointers: Pathology, Prevention and Cure
- Ten C++11 Features Every C++ Developer Should Use
- Modernizing Legacy C++ Code
- Articles by Marius Bancila (Articles: 27, Technical Blogs: 9)
- The Most Essential C++ Advice
- Object Oriented Programming with C++
- Move Semantics and Perfect Forwarding in C++11
- What's New in Visual Studio 2013 for Native Development
- What's New in VS11 for Native Development
- Articles by Marius Bancila (Articles: 27, Technical Blogs: 9)
- Smart pointers for single owners and their aliases
- Preparing to Know Modern C++
- std::unique_ptr
- std::unique_ptr
- How to: Create and use unique_ptr instances
- Introduction of Smart Pointers in C++ and It’s Types
- auto_ptr, unique_ptr, shared_ptr and weak_ptr
- Dangling, Void , Null and Wild Pointers
- void pointer in C / C++
- NULL pointer in C
- The Smart Pointer That Makes Your C++ Applications Safer - std::unique_ptr
- How to declare std::unique_ptr and what is the use of it?
-
What is the difference between #include
and #include “filename”? -
What is a smart pointer and when should I use one?
- smarter pointer
No comments:
Post a Comment