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
c++ shared_ptr error with intel 12.1.3
Sep 20, 2025
c++
shared-ptr
make_shared and abstract polymorphism
Sep 19, 2025
c++
c++11
polymorphism
shared-ptr
Smart pointers for graph representation (vertex neighbors) in C++11
Sep 18, 2025
c++11
graph
shared-ptr
unique-ptr
adjacency-list
Calling clear() on a vector of shared_ptr. Will memory be freed?
Sep 17, 2025
c++
vector
shared-ptr
Why does shared_ptr<int> p; p=nullptr; compile?
Sep 17, 2025
c++
c++11
shared-ptr
smart-pointers
explicit
Move object from local variable to std::shared_ptr
Sep 16, 2025
c++
c++17
shared-ptr
smart-pointers
Pybind11 - Bound class method returns new class instance, rather than editing in-place
Sep 16, 2025
python
c++
memory-management
shared-ptr
pybind11
shared_ptr with malloc and free
Sep 15, 2025
c++
boost
shared-ptr
scoped-ptr
No matching conversion for functional-style cast from 'B *' to 'std::shared_ptr<A>'
Sep 12, 2025
class
c++11
shared-ptr
declaration
access-control
Custom (pool) allocator with boost shared_ptr
Sep 12, 2025
c++
boost
shared-ptr
allocator
How do I cast a shared_ptr from one parent class to another parent class?
Sep 10, 2025
c++
inheritance
shared-ptr
smart-pointers
Using shared_from_this() in constructor
Sep 09, 2025
c++
memory
shared-ptr
Error spotted in C++ Primer 5th edition shared_ptr<int>
Sep 08, 2025
c++
c++11
c++14
shared-ptr
errata
Why can we call reset on null shared_ptr?
Sep 08, 2025
c++
shared-ptr
smart-pointers
What is the reason for the name `weak_ptr::lock()`?
Sep 05, 2025
c++
shared-ptr
terminology
naming
weak-ptr
Any advantage to using shared_ptr over scoped_ptr at top level?
Mar 25, 2023
c++
shared-ptr
scoped-ptr
Pure virtual and std::shared_ptr
Mar 22, 2023
c++
c++11
shared-ptr
pure-virtual
How to create a std::shared_ptr with the same control block as an expired std::weak_ptr
Sep 03, 2025
c++
c++11
shared-ptr
weak-ptr
Understanding when shared_ptr reference counts are incremented when passing into a function
Sep 02, 2025
c++
c++11
shared-ptr
smart-pointers
Older Entries »