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
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
How much is the overhead of smart pointers compared to normal pointers in C++?
Aug 15, 2022
c++
performance
c++11
smart-pointers
Differences between std::make_unique and std::unique_ptr with new
Aug 15, 2022
c++
c++11
c++14
smart-pointers
unique-ptr
Why do C++ libraries and frameworks never use smart pointers?
Aug 26, 2022
c++
api
pointers
smart-pointers
Using smart pointers for class members
Aug 15, 2022
c++
c++11
shared-ptr
smart-pointers
unique-ptr
Why would I std::move an std::shared_ptr?
Aug 14, 2022
c++
c++11
shared-ptr
smart-pointers
move-semantics
std::auto_ptr to std::unique_ptr
Dec 14, 2021
c++
c++11
smart-pointers
auto-ptr
unique-ptr
RAII and smart pointers in C++
Aug 14, 2022
c++
smart-pointers
raii
smart pointers (boost) explained
Aug 14, 2022
c++
boost
smart-pointers
Which kind of pointer do I use when?
Aug 14, 2022
c++
pointers
c++11
smart-pointers
c++-faq
Why can I not push_back a unique_ptr into a vector?
Aug 30, 2022
c++
stl
c++11
smart-pointers
unique-ptr
Is there any use for unique_ptr with array?
Aug 14, 2022
c++
c++11
smart-pointers
unique-ptr
What is a smart pointer and when should I use one?
Aug 13, 2022
c++
pointers
c++11
smart-pointers
c++-faq
« Newer Entries