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
Delphi - Strange behavior with smart pointer constructors
Oct 22, 2025
delphi
constructor
package
gdi+
smart-pointers
Smart pointers. When, where and how?
Oct 21, 2025
c++
smart-pointers
How do I initialize a smart pointer which is a class member?
Oct 21, 2025
c++
smart-pointers
Shall I clear a vector of unique_ptr in destructor in c++11 even if valgrind doesn't show memory leak
Oct 20, 2025
c++
c++11
memory-leaks
valgrind
smart-pointers
Why smart pointer type member variable can't be initialized at the declaring place in a class?
Oct 20, 2025
c++
class
initialization
smart-pointers
copy-initialization
shared pointer and raw pointer lifetime
Oct 17, 2025
c++
pointers
smart-pointers
lifetime
temporary
Smart pointers and derived classes
Oct 16, 2025
c++
c++11
inheritance
memory-management
smart-pointers
Delete std::shared_ptr without destroying the managed object?
Oct 16, 2025
c++
shared-ptr
smart-pointers
What is going on here?
Oct 14, 2025
c++
smart-pointers
boost-smart-ptr
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
« Newer Entries
Older Entries »