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 based singletone what causes link error?
Dec 20, 2025
c++
design-patterns
singleton
shared-ptr
Non-const lvalue reference to type 'A *' cannot bind to a value of unrelated type 'std::shared_ptr<A>'
Dec 19, 2025
c++
shared-ptr
reference-binding
Refactoring c++ template class based on template type
Dec 16, 2025
c++
templates
refactoring
shared-ptr
What are all the ways use_count of std::shared_ptr is incremented?
Dec 17, 2025
c++
pointers
memory-management
shared-ptr
double-free
shared_ptr with = symbol not allowed
Dec 15, 2025
c++
pointers
shared-ptr
smart-pointers
How do `shared_ptr` and `weak_ptr` avoid a leak in this case?
Dec 13, 2025
c++
shared-ptr
smart-pointers
race-condition
boost.enable_shared_from_this and create another shared_ptr<T>
Dec 12, 2025
c++
boost
shared-ptr
Trouble switching from vector of dumb pointers to boost::shared_ptr
Dec 10, 2025
c++
boost
vector
shared-ptr
Deleting Pointer shared with other class
Dec 07, 2025
c++
pointers
memory-management
shared-ptr
std::shared_ptr assignment of data vs. memcpy
Dec 08, 2025
c++11
shared-ptr
function overloading ambiguty between bool and boost::shared_ptr<base> when calling with boost::shared_ptr<derived>
Dec 05, 2025
c++
shared-ptr
overload-resolution
shared_ptr - why does it break?
Dec 04, 2025
c++
shared-ptr
Get Eclipse CDT + boost::shared_ptr<T> to work with syntax completion?
Dec 03, 2025
eclipse
shared-ptr
eclipse-cdt
About shared ptr
Dec 03, 2025
c
garbage-collection
shared-ptr
shared_ptr not reporting referenced object deletion
Dec 02, 2025
c++
c++11
shared-ptr
smart-pointers
Return a dereferenced value of shared_ptr from a function
Nov 28, 2025
c++
c++11
boost
shared-ptr
Is there a way to optimize shared_ptr for the case of permanent objects?
Nov 25, 2025
c++
optimization
shared-ptr
Use of const pointer to class in function
Nov 26, 2025
c++
constants
shared-ptr
I have a reference and want to call a function that takes boost::shared_ptr
Nov 22, 2025
c++
reference
shared-ptr
Older Entries »