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
Efficient usage of a c++11 shared_ptr in an asset manager
Nov 03, 2025
c++
opengl
c++11
shared-ptr
Create std::weak_ptr to an indexed value of an array-type std::shared_ptr?
Nov 02, 2025
c++
stl
std
shared-ptr
weak-ptr
How to prevent deletion of a raw pointer that is used as shared pointer?
Nov 03, 2025
c++
shared-ptr
c-api
raw-pointer
Naming a typedef for a boost::shared_ptr<const Foo>
Nov 02, 2025
c++
boost
shared-ptr
Role of weak_ptr in shared_ptr
Nov 02, 2025
c++
shared-ptr
smart-pointers
weak-ptr
cyclic-reference
Check if container of shared_ptr contains a pointer?
Oct 31, 2025
c++
observer-pattern
shared-ptr
How to make shared_ptr wrapper class work with make_shared
Oct 30, 2025
c++
c++11
shared-ptr
Is assiging a shared_ptr to itself safe?
Oct 31, 2025
c++
shared-ptr
reference-counting
copy-assignment
shared_ptr entirely on stack
Oct 27, 2025
c++
c++11
shared-ptr
smart-pointers
Best way to store std::vector of derived class in a host parent class
Oct 29, 2025
c++
shared-ptr
smart-pointers
unique-ptr
derived-class
Are all members of a Smart Pointer allocated on the Heap?
Oct 27, 2025
c++
c++17
shared-ptr
unordered-map
How to separate `QObject`'s parent-child relationship's concerns, e.g. to interoperate with other owners?
Oct 29, 2025
c++
qt
shared-ptr
qobject
Capture shared_ptr in lambda
Oct 27, 2025
c++
lambda
shared-ptr
weak-ptr
What type is used by std::allocate_shared to allocate memory?
Oct 26, 2025
c++
c++11
shared-ptr
dynamic-memory-allocation
allocator
std::shared_ptr, std::weak_ptr and control block
Oct 23, 2025
c++
c++11
stl
shared-ptr
weak-ptr
Is lambda with initializer to itself equivalent to lambda without initializer?
Oct 20, 2025
c++
lambda
shared-ptr
How can I resolve a "'shared_ptr' was not declared in this scope" error?
Oct 21, 2025
c++11
compiler-errors
shared-ptr
Valid situations for comparing shared_ptr instances
Oct 21, 2025
c++11
shared-ptr
equality
Prevent creating a class only if shared pointer
Oct 21, 2025
c++
copy
instance
shared-ptr
Older Entries »