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
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
Can I get a raw pointer from boost's weak_ptr?
Sep 24, 2022
c++
boost
shared-ptr
smart-pointers
weak-references
unique_ptr is not getting init with default deleter
Aug 27, 2022
c++
c++11
smart-pointers
Should I use smart pointers on everything and forget about classic normal pointers?
Jul 30, 2022
c++
boost
shared-ptr
smart-pointers
Should I use std::unique_ptr<T> in a std::vector member variable in my class?
Nov 20, 2022
c++
stl
c++11
smart-pointers
visual-c++-2012
C++ 11 Smart Pointer usage
Aug 28, 2022
c++
pointers
c++11
smart-pointers
unique-ptr
Now that smart pointers exist, is it deprecated style to use C type pointers? [duplicate]
Jun 24, 2019
c++
c++11
smart-pointers
« Newer Entries
Older Entries »