Skip to primary content
Skip to secondary content

Advanced C++

C++ Tutorials on Libraries, Tools, and Techniques

Advanced C++

Main menu

  • Libraries
    • Standard Template Library
    • Boost Library
  • Tools
    • Visual Studio
  • Techniques
  • Design
    • Theory

Tag Archives: shared_ptr

Boost shared_ptr Part 1

Posted on May 8, 2012 by Jeff Benshetler
Reply

If there was any one library that I could not live without, it would be Boost's shared_ptr library. Used in combination with RAII, it simply prevents resource leaks. Yes, really. And the basic usage is simple. What shared pointers do … Continue reading →

Posted in Boost Library, Libraries | Tagged boost, c++, exception safety, shared_ptr | Leave a reply

Recent Posts

  • Introduction to C++ Template Functions
  • C++ Threads Using Boost in 5 Minutes
  • Oh No! Big-O
  • Lazy Evaluation Makes for Smart map<>
  • Function Pointers and Member Function Pointers

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress