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
What is the cyclic dependency issue with shared_ptr?
Apr 01, 2018
c++
shared-ptr
weak-ptr
Why does shared_ptr needs to hold reference counting for weak_ptr?
Oct 17, 2022
c++
c++11
shared-ptr
reference-counting
Does `std::make_shared<POD>()` value initialize my POD?
Apr 07, 2022
c++
c++11
shared-ptr
Smart pointers + cycles + "->"
Oct 30, 2022
c++
c++11
shared-ptr
smart-pointers
weak-ptr
Using shared_ptr and glutInit causes segmentation fault
Feb 13, 2022
c++
c++11
gcc
shared-ptr
glut
Using smart pointers for C++ binary search tree
Jun 01, 2019
c++
c++11
binary-search-tree
shared-ptr
smart-pointers
shared_ptr<T> to shared_ptr<T const> and vector<T> to vector<T const>
Feb 26, 2022
c++
c++11
constants
shared-ptr
stdvector
Is an empty aliasing shared_ptr a good alternative to a no-op deleting shared_ptr?
Feb 18, 2022
c++
c++11
shared-ptr
static member function make_shared of shared_ptr
Mar 19, 2022
c++
c++11
stl
c++14
shared-ptr
Locking a shared_ptr
Dec 17, 2017
c++
c++11
shared-ptr
About shared_ptr and pointer to member operator `->*` and `std::bind`
Aug 22, 2018
c++
operator-overloading
shared-ptr
boost-bind
pointer-to-member
What Happens to a weak_ptr when Its shared_ptr is Destroyed?
Aug 25, 2022
c++
shared-ptr
weak-ptr
testing if a shared_ptr is NULL
Feb 13, 2018
c++
null
shared-ptr
shared_ptr strangeness with null values and custom deleter
Sep 23, 2019
c++
shared-ptr
unique-ptr
Disadvantages of shared_ptr
Nov 11, 2022
c++
c++11
shared-ptr
smart-pointers
How can I change the pointer in shared_ptr without losing the ability to delete the memory?
Aug 20, 2022
c++
memory
boost
shared-ptr
How does shared_ptr work in if condition
Nov 12, 2022
c++
shared-ptr
why is std::shared_ptr using atomic cpu operations
Sep 28, 2021
c++
c++11
shared-ptr
atomic
Find a value in a set of shared_ptr
Aug 18, 2022
c++
set
c++14
shared-ptr
« Newer Entries
Older Entries »