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
Can you use a shared_ptr for RAII of C-style arrays?
Sep 04, 2022
c++
raii
shared-ptr
Why does libc++'s implementation of shared_ptr use full memory barriers instead of relaxed?
Jul 03, 2021
c++
boost
thread-safety
shared-ptr
libc++
How to avoid memory leak with shared_ptr?
Sep 05, 2022
c++
boost
memory-leaks
shared-ptr
smart-pointers
boost Shared_pointer NULL
Sep 04, 2022
c++
boost
shared-ptr
smart-pointers
Does the standard behavior for deleters differ between shared_ptr and unique_ptr in the case of null pointers?
Sep 03, 2022
c++
c++11
shared-ptr
unique-ptr
nullptr
Explicitly deleting a shared_ptr
Apr 28, 2019
c++
boost
shared-ptr
boost-smart-ptr
In gdb, I can call some class functions, but others "cannot be resolved". Why?
Oct 25, 2022
c++
debugging
boost
gdb
shared-ptr
Detach a pointer from a shared_ptr? [duplicate]
Sep 03, 2022
c++
boost
shared-ptr
How does a reference-counting smart pointer's reference counting work?
Aug 18, 2022
c++
memory-management
memory-leaks
smart-pointers
shared-ptr
Create a boost::shared_ptr to an existing variable
Sep 16, 2022
c++
boost
shared-ptr
smart-pointers
What is going on: C++ std::move on std::shared_ptr increases use_count?
Sep 15, 2022
c++
macos
shared-ptr
rvalue-reference
Using shared_from_this in templated classes
Apr 27, 2017
c++
templates
c++11
shared-ptr
Using std::move with std::shared_ptr
Sep 02, 2022
c++
c++11
shared-ptr
move-semantics
Set shared_ptr with new_pointer that is old_pointer + offset
Sep 02, 2022
c++
shared-ptr
smart-pointers
pointer-arithmetic
Trivial cases of shared_ptr and weak_ptr failing
Nov 08, 2022
c++
shared-ptr
weak-ptr
private-inheritance
enable-shared-from-this
Is boost shared_ptr <XXX> thread safe?
Sep 02, 2022
c++
boost
thread-safety
shared-ptr
boost-smart-ptr
dynamic_cast across a shared_ptr?
Sep 02, 2022
c++
polymorphism
shared-ptr
dynamic-cast
Why is std::weak_ptr::expired optimized away?
Sep 02, 2022
c++
multithreading
c++11
visual-c++
shared-ptr
Why is GoogleMock leaking my shared_ptr?
Nov 07, 2021
c++
boost
shared-ptr
googletest
googlemock
How do smart pointers choose between delete and delete[]?
Sep 02, 2022
c++
c++11
shared-ptr
smart-pointers
delete-operator
« Newer Entries
Older Entries »