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++ - pointer passing question
May 20, 2026
c++
shared-ptr
parameter-passing
How do I create a duplicate instance of object contained in a shared pointer in c++?
May 19, 2026
c++
shared-ptr
smart-pointers
Why isn't shared_ptr implicitly converted to boolean when returning it in a function?
May 16, 2026
c++
boolean
shared-ptr
implicit-conversion
return-type
How does a shared_ptr handle copy to a pure virtual base class?
May 13, 2026
c++
inheritance
shared-ptr
Call Operator() for std::shared_ptr instance
May 13, 2026
c++
c++11
shared-ptr
The advantage of reference linking over reference counting when implementing smart pointer?
May 13, 2026
c++
shared-ptr
smart-pointers
doubly-linked-list
reference-counting
Why calling shared_from_this calls std::terminate
May 09, 2026
c++
c++11
shared-ptr
c++17
std
Circular dependency with shared pointers
May 09, 2026
c++
shared-ptr
circular-dependency
Custom deleter for shared_ptr that expects an address of pointer
May 04, 2026
c++
boost
shared-ptr
Problem with shared_ptr. I cannot create my struct without mistakes
May 04, 2026
c++
shared-ptr
Creating shared pointer of object taking shared pointer as parameter
Apr 30, 2026
c++
object
shared-ptr
std::shared_ptr Thread Safe
Apr 24, 2026
c++
thread-safety
standards
shared-ptr
Confirmation of thread safety with std::unique_ptr/std::shared_ptr
Apr 24, 2026
c++11
thread-safety
shared-ptr
unique-ptr
When to use std::make_shared_for_overwrite?
Apr 19, 2026
c++
shared-ptr
c++20
'boost::make_shared' : ambiguous call to overloaded function
Apr 16, 2026
c++
boost
shared-ptr
make-shared
How can I transparently process std::vector of T and std::vector of std::shared_ptr<T> in a template?
Apr 17, 2026
c++
templates
generics
std
shared-ptr
Why is there no overload of bool std::operator==(T1* a, std::shared_ptr<T2> b)?
Apr 17, 2026
c++
c++11
operator-overloading
shared-ptr
std::shared_ptr<T[]> VS std::array<T, size>/std::vector<T>
Apr 16, 2026
c++
c++17
std
shared-ptr
Older Entries »