Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in shared-ptr
Breaking cyclic references with std::weak_ptr and alias constructor: sound or problematic?
Oct 21, 2022
c++
shared-ptr
weak-ptr
cyclic-reference
How do `shared_ptr`s achieve covariance?
Oct 18, 2022
c++
inheritance
polymorphism
shared-ptr
covariance
Getting raw pointer from shared_ptr to pass it to function that requires raw
Oct 17, 2022
c++
memory-management
shared-ptr
smart-pointers
node-addon-api
Using shared_ptr to abstract base as holder with boost.python
Oct 07, 2022
c++
abstract-class
shared-ptr
boost-python
Is shared_ptr destruction safe with multiple threads?
Sep 29, 2022
c++
multithreading
shared-ptr
C++11 transform with shared_ptr to a vector and class
Apr 20, 2020
c++
c++11
lambda
transform
shared-ptr
How to fix "Invalid read of size 8 - 40 bytes inside a block of size 64 free'd"
Oct 03, 2020
c++
dictionary
boost
shared-ptr
make-shared
How can I pass boost::shared_ptr as a pointer to a Windows Thread function?
Sep 04, 2022
c++
windows
boost
shared-ptr
beginthreadex
Drawing Smart Pointers in UML
Feb 10, 2022
c++
boost
uml
shared-ptr
smart-pointers
bad_weak_ptr when calling shared_from_this() in base class
Aug 18, 2019
c++
boost
shared-ptr
weak-references
boost shared_ptr casting to void*
Aug 28, 2022
c++
boost
shared-ptr
passing vector<shared_ptr<Derived>> to a function expecting vector<shared_ptr<Base>>
Nov 29, 2016
c++
inheritance
shared-ptr
smart-pointers
const correctness and shared_ptr, a matter of design?
Oct 14, 2022
c++
boost
shared-ptr
const-correctness
Finding where a shared_ptr's reference count is incremented
Aug 31, 2022
c++
memory-leaks
valgrind
shared-ptr
C++ memory management when passing shared_ptr to lambda
Jan 09, 2019
c++
lambda
shared-ptr
pass-by-value
reference-counting
shared_ptr vs CComPtr
Jan 25, 2017
c++
com
shared-ptr
weak_ptr, make_shared and memory deallocation
Sep 26, 2022
c++
c++11
shared-ptr
weak-ptr
make-shared
What's the best strategy for typedef'ing shared pointers?
Aug 25, 2022
c++
boost
typedef
shared-ptr
Is there a way to cast shared_ptr<void> to shared_ptr<T>?
Sep 13, 2018
c++
shared-ptr
void-pointers
reference-counting
memory leak under GCC (but not Clang) when throwing in the middle of a C++14 initializer list for std::list<shared_ptr>
May 09, 2020
c++
exception-handling
c++14
shared-ptr
initializer-list
« Newer Entries
Older Entries »