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 smart-pointers
getting a normal ptr from shared_ptr?
Aug 26, 2022
c++
boost
smart-pointers
shared-ptr
"Downcasting" unique_ptr<Base> to unique_ptr<Derived>
Sep 25, 2022
c++
c++11
smart-pointers
factory-pattern
unique-ptr
When should I use raw pointers over smart pointers?
Sep 16, 2022
c++
pointers
boost
smart-pointers
Why does unique_ptr have the deleter as a type parameter while shared_ptr doesn't?
Aug 26, 2022
c++
smart-pointers
type-erasure
Why can't a weak_ptr be constructed from a unique_ptr?
Oct 17, 2022
c++
shared-ptr
smart-pointers
unique-ptr
weak-ptr
How can I use covariant return types with smart pointers?
Aug 25, 2022
c++
covariance
smart-pointers
Should I assign or reset a unique_ptr?
Aug 25, 2022
c++
c++11
smart-pointers
unique-ptr
RAII vs. Garbage Collector
Aug 27, 2022
c++
memory-leaks
garbage-collection
smart-pointers
Example to use shared_ptr?
Aug 17, 2022
c++
boost
vector
shared-ptr
smart-pointers
When to use shared_ptr and when to use raw pointers?
Aug 17, 2022
c++
smart-pointers
Is auto_ptr deprecated?
Aug 17, 2022
c++
standards
smart-pointers
auto-ptr
unique-ptr
shared_ptr magic :)
Aug 17, 2022
c++
destructor
smart-pointers
Why is auto_ptr being deprecated?
Aug 16, 2022
c++
c++11
smart-pointers
auto-ptr
Is there a non-atomic equivalent of std::shared_ptr? And why isn't there one in <memory>?
Nov 07, 2022
c++
c++11
smart-pointers
Where is shared_ptr?
Aug 16, 2022
c++
boost
c++11
shared-ptr
smart-pointers
Passing shared_ptr<Derived> as shared_ptr<Base>
Aug 16, 2022
c++
casting
c++11
shared-ptr
smart-pointers
How to return smart pointers (shared_ptr), by reference or by value?
Aug 16, 2022
c++
return
smart-pointers
Why is shared_ptr<void> legal, while unique_ptr<void> is ill-formed?
Oct 21, 2022
c++
shared-ptr
smart-pointers
unique-ptr
Smart pointers: who owns the object? [closed]
Dec 14, 2021
c++
memory-management
smart-pointers
ownership-semantics
What C++ Smart Pointer Implementations are available?
Aug 16, 2022
c++
smart-pointers
c++-faq
« Newer Entries
Older Entries »