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
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
C++ working with objects on heap
Oct 18, 2025
c++
pointers
heap-memory
shared-ptr
raw-pointer
Does static_pointer_cast update reference counting
Oct 18, 2025
c++
shared-ptr
Understanding C++ std::shared_ptr when used with temporary objects
Oct 18, 2025
c++
syntax
expression
shared-ptr
declaration
Initializing boost::asio sockets after constructor
Oct 16, 2025
c++
boost
shared-ptr
Why std::shared_ptr control block need to hold a pointer to managed object with its correct type
Oct 17, 2025
c++
shared-ptr
raii
tr1
Delete std::shared_ptr without destroying the managed object?
Oct 16, 2025
c++
shared-ptr
smart-pointers
Is an Object Pool pattern of shared_ptr possible?
Oct 16, 2025
c++
c++11
shared-ptr
object-pooling
shared_ptr std::dynamic_pointer_cast fails with "attempting to reference a deleted function" error
Oct 14, 2025
c++
shared-ptr
dynamic-cast
« Newer Entries
Older Entries »