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
What is the advantage of a unique_ptr over a shared_ptr
Dec 16, 2020
c++
shared-ptr
smart-pointers
unique-ptr
How to reduce the implementation code of lots of wrapper classes?
Mar 07, 2022
c++
c++11
shared-ptr
smart-pointers
weak-ptr
Simple reference counting: smart pointers
Oct 19, 2022
c++
templates
smart-pointers
reference-counting
Unit testing, mocking and unique_ptr
May 29, 2022
c++
c++11
mocking
smart-pointers
unique-ptr
A simple implementation of Smart Pointer Class
Jan 01, 2020
c++
copy-constructor
smart-pointers
Move Constructor and = operator for Shared Pointer
Nov 06, 2022
c++
move
shared-ptr
smart-pointers
Are shared_ptr on static objects good?
Feb 06, 2022
c++
c++11
pointers
static
smart-pointers
Cast boost::shared_array<char> to boost::shared_array<const char>
Apr 09, 2022
c++
boost
smart-pointers
casting
For a data member, is there any difference between dynamically allocating this variable(or not) if the containing object is already in dynamic memory?
Dec 09, 2018
c++
stl
smart-pointers
c++14
change pointer in std::unique_ptr without destroy it
Oct 31, 2022
c++
c++11
smart-pointers
SMART vector for RAW pointers in C++11?
Sep 10, 2022
c++
c++11
smart-pointers
Vector with references to unique_ptr
Aug 25, 2022
c++
smart-pointers
Why did I get the: "Attempting to reference a deleted function" error after adding a vector with unique pointers to my header file?
Jan 25, 2022
c++
c++11
vector
smart-pointers
unique-ptr
How could one implement std::auto_ptr's copy constructor?
Nov 08, 2022
c++
smart-pointers
copy-constructor
auto-ptr
Qt::make_shared for creating QSharedPtr as std::make_shared for creating std::shared_ptr
Sep 23, 2022
c++
qt
c++11
smart-pointers
Can I have non owning shared pointers?
May 14, 2022
c++
c++11
stl
smart-pointers
c++14
Preventing header explosion in C++ (or C++0x)
Feb 09, 2022
c++
pointers
c++11
smart-pointers
raii
How could one implement an observer_ptr?
Mar 03, 2020
c++
pointers
smart-pointers
Advantages/disadvantages of auto pointers
Oct 22, 2022
c++
smart-pointers
Smart pointer wrapping penalty. Memoization with std::map
Feb 26, 2021
c++
performance
boost
shared-ptr
smart-pointers
« Newer Entries
Older Entries »