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 std::make_unique calls copy constructor
Sep 20, 2025
c++
smart-pointers
unique-ptr
deep-copy
What is the cleanest way of defining a no-delete pointer?
Sep 17, 2025
c++
c++17
smart-pointers
Why does shared_ptr<int> p; p=nullptr; compile?
Sep 17, 2025
c++
c++11
shared-ptr
smart-pointers
explicit
Move object from local variable to std::shared_ptr
Sep 16, 2025
c++
c++17
shared-ptr
smart-pointers
std::initializer_list and std::make_shared: too many arguments ... 3 expected 0 provided
Sep 17, 2025
c++
smart-pointers
initializer-list
QCache and QSharedPointer
Sep 14, 2025
c++
qt
smart-pointers
qvector
qsharedpointer
What's the best way to have a collection of instances of classes all derived from the same base class?
Sep 13, 2025
c++
inheritance
boost
collections
smart-pointers
Propagate constness to data pointed by member variables
Sep 12, 2025
c++
pointers
constants
smart-pointers
How do I cast a shared_ptr from one parent class to another parent class?
Sep 10, 2025
c++
inheritance
shared-ptr
smart-pointers
Assign a dynamically allocated array in a constructor to a unique smart pointer member variable
Sep 09, 2025
c++
c++11
smart-pointers
Why can we call reset on null shared_ptr?
Sep 08, 2025
c++
shared-ptr
smart-pointers
passing unique_ptr to a function by reference
Sep 08, 2025
c++
smart-pointers
unique-ptr
Smart pointers and parameter list allocation rules
Sep 08, 2025
c++
c++11
smart-pointers
How to make deep a copy of shared_ptr?
Sep 05, 2025
c++
boost
stl
smart-pointers
passing smart pointer to a function taking reference to a pointer parameter
Sep 05, 2025
c++
smart-pointers
C++11 unique_ptr array and constructor parameters
Mar 18, 2023
c++11
stl
smart-pointers
Expected a type, got a template
Sep 04, 2025
c++
templates
c++14
metaprogramming
smart-pointers
Boost shared_ptr: How to use custom deleters and allocators
Sep 03, 2025
c++
boost
smart-pointers
Understanding when shared_ptr reference counts are incremented when passing into a function
Sep 02, 2025
c++
c++11
shared-ptr
smart-pointers
C++ std:.auto_ptr or std::unique_ptr (to support multiple compilers, even old C++03 compilers)?
Sep 03, 2025
c++
c++11
smart-pointers
c++03
Older Entries »