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
C++11 unique_ptr array and constructor parameters
Mar 18, 2023
c++11
stl
smart-pointers
Specifying a Deleter for std::shared_ptr that works on all objects of a particular type or its derived types
Mar 18, 2023
c++
c++11
shared-ptr
smart-pointers
delete-operator
Is this smart pointer wrapper for SDL types safe?
Mar 15, 2023
c++
c++11
sdl
smart-pointers
Why atomic overloads for shared_ptr exist
Mar 14, 2023
c++
c++11
shared-ptr
smart-pointers
Making a const unique_ptr then trying to std::move from it gives the same error as if you were trying to access the copy constructor
Mar 12, 2023
c++
c++11
copy-constructor
smart-pointers
move-semantics
make_unique error in compile time [duplicate]
Mar 11, 2023
c++
stl
smart-pointers
Recommended way to make std::unique_ptr of array type without value initialization?
Mar 09, 2023
c++
memory-management
smart-pointers
unique-ptr
Using Smart Pointers with Factory Pattern
Mar 09, 2023
c++
smart-pointers
factory-pattern
C++ multiple inheritance and upcasted smart pointer destruction causes heap corruption in VS 2017
Mar 09, 2023
c++
inheritance
smart-pointers
heap-corruption
Passing const unique_ptr reference as parameter
Mar 09, 2023
c++
c++11
c++14
smart-pointers
Why is shared_ptr counter incremented when passed as const reference to base class?
Mar 06, 2023
c++
c++11
polymorphism
shared-ptr
smart-pointers
How can I ensure RVO instead of copy is performed?
Mar 05, 2023
c++
smart-pointers
nrvo
How to implement smart pointer which can be instantiated with void?
Mar 01, 2023
c++
templates
smart-pointers
weak_ptr and parent-child cyclic dependencies
Feb 28, 2023
c++
pointers
cycle
shared-ptr
smart-pointers
Accelerated C++: Can I substitute raw pointers for smart pointers?
Feb 27, 2023
c++
pointers
reference
smart-pointers
In well designed code should you expect locking of weak_ptr to always succeed?
Feb 22, 2023
c++
shared-ptr
smart-pointers
weak-ptr
Function overloading resolution with weak_ptr as argument
Feb 14, 2023
c++
c++11
smart-pointers
static-cast
weak-ptr
Why method of class does not have access to some field of my class?
Feb 12, 2023
c++
templates
c++11
smart-pointers
type-inference
Is there any advantage to using a naked pointer rather than a weak_ptr?
Feb 10, 2023
c++
pointers
c++11
smart-pointers
smart_ptr to attribute of class segfault
Feb 09, 2023
c++
c++11
segmentation-fault
smart-pointers
Older Entries »