Thursday, October 29, 2020

smart pointer in C++

smart pointer in C++

unique_ptr, auto_ptr,shared_ptr,weak_ptr

    how to update legacy c code?

  1. Using std::unique_ptr (RAII) with malloc() and free()
  2. Variable Declaration and Initialization
  3. shared_ptr Polymorphic Magic Pitfall
  4. The A::Restricted Idiom
  5. Memory Management and RAII
  6. Smart Pointers Gotchas
  7. The C++ Standard Library, 2nd
  8. isual Studio Slow Debugging and _NO_DEBUG_HEAP
  9. Robust C++: Initialization and Restarts
  10. Dangling Pointers: Pathology, Prevention and Cure
  11. Ten C++11 Features Every C++ Developer Should Use
  12. Modernizing Legacy C++ Code
  13. Articles by Marius Bancila (Articles: 27, Technical Blogs: 9)
  14. The Most Essential C++ Advice
  15. Object Oriented Programming with C++
  16. Move Semantics and Perfect Forwarding in C++11
  17. What's New in Visual Studio 2013 for Native Development
  18. What's New in VS11 for Native Development
  19. Articles by Marius Bancila (Articles: 27, Technical Blogs: 9)
  20. Smart pointers for single owners and their aliases
  21. Preparing to Know Modern C++

  22. how to use smarter pointer?

  23. std::unique_ptr
  24. std::unique_ptr
  25. How to: Create and use unique_ptr instances
  26. Introduction of Smart Pointers in C++ and It’s Types
  27. auto_ptr, unique_ptr, shared_ptr and weak_ptr
  28. Dangling, Void , Null and Wild Pointers
  29. void pointer in C / C++
  30. NULL pointer in C
  31. The Smart Pointer That Makes Your C++ Applications Safer - std::unique_ptr
  32. How to declare std::unique_ptr and what is the use of it?
  33. What is the difference between #include and #include “filename”?
  34. What is a smart pointer and when should I use one?
  35. smarter pointer

No comments:

Post a Comment