Search code examples
how to use postThreadMessage to pass a struct...


windowsboostmessage-queueshared-ptr

Read More
assigning value from a vector (of shared pointer) to a shared pointer cause segmentation fault c++...


c++segmentation-faultwhile-loopshared-ptr

Read More
weak_ptr's weird copy constructors...


c++c++11shared-ptrweak-ptr

Read More
What is the sense of a shared_ptr to a container?...


c++boostcontainersshared-ptr

Read More
C++ how to pass a boost shared pointer of this instance of class to nested class object?...


c++classboostshared-ptr

Read More
Accessing elements in maps of maps with vectors of shared pointers...


c++dictionaryiteratorshared-ptr

Read More
boost::make_shared<T>(...) does not compile, shared_ptr<T>(new T(...)) does...


boostc++11shared-ptr

Read More
Using shared_ptr...


c++shared-ptr

Read More
Boost::Intrusive for HPC...


c++booststlshared-ptrhpc

Read More
boost::lambda expression fails to compile because of instantiation of abstract template arg. Any exp...


c++boostabstract-classshared-ptrboost-lambda

Read More
Why use one vs the other: `boost::shared_array` VS `boost::shared_ptr<std::vector>`?...


c++booststlshared-ptrraii

Read More
Pimpl idiom and internal object collaboration without friend declaration...


c++shared-ptrfriendpimpl-idiom

Read More
shared_ptr: what's it used for...


c++boostshared-ptrraii

Read More
shared_ptr not defined when including from managed code...


visual-studio-2010c++-clishared-ptr

Read More
Having typedef std::map<boost::shared_ptr<my_class>,my_description> how to return & ...


c++boostshared-ptr

Read More
Interface pattern with shared_ptr...


c++shared-ptr

Read More
A std::tr1::shared_ptr for Objective C++ on iPhone?...


shared-ptrobjective-c++

Read More
BOOST_FOREACH Iteration over boost::shared_ptr<list>...


c++boostshared-ptrtemporariesboost-foreach

Read More
shared_ptr from pointer...


c++pointersboostshared-ptr

Read More
questions regarding shared_from_this...


c++shared-ptr

Read More
Which is faster on Visual C++ 2010 - std::shared_ptr or boost::shared_ptr?...


c++visual-c++boostshared-ptrsmart-pointers

Read More
Cast an iterator of a vector of shared_ptr type...


c++boostiteratorshared-ptr

Read More
Convert this pointer to boost::shared_ptr?...


c++boostshared-ptr

Read More
`shared_ptr` breaks constness of the object...


c++c++11constantsshared-ptr

Read More
shared data between objects via a pointer in C++...


c++constructordestructorshared-ptr

Read More
C++ Sharing elements in a boost::ptr_container?...


c++booststlshared-ptrptr-vector

Read More
Closure deleter in initializer list (C++0x) and compiler warning...


c++11closuresshared-ptrunique-ptrinitializer-list

Read More
Downcasting shared pointer to derived class with additional functionality - is this safe?...


c++stlshared-ptrdowncast

Read More
Confusion about Copy-On-Write and shared_ptr...


c++boostshared-ptrcopy-on-write

Read More
C++ Overloading a Function Based on shared_ptr Derived Class...


c++inheritancepolymorphismoverloadingshared-ptr

Read More
BackNext