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
How to perform a dynamic_cast with a unique_ptr?
Sep 15, 2022
c++
boost
smart-pointers
unique-ptr
dynamic-cast
shared_ptr vs scoped_ptr
Aug 31, 2022
c++
boost
shared-ptr
smart-pointers
scoped-ptr
Why does unique_ptr instantiation compile to larger binary than raw pointer?
Aug 31, 2022
c++
assembly
smart-pointers
How to initialize std::unique_ptr in constructor?
Sep 07, 2022
c++
smart-pointers
ifstream
unique-ptr
Is the Rule of 5 (for constructors and destructors) outdated?
Aug 31, 2022
c++
smart-pointers
raii
resource-management
What is the best smart pointer return type for a factory function?
Aug 30, 2022
c++
c++11
smart-pointers
const-correctness
How to enable_shared_from_this of both parent and derived
Aug 30, 2022
c++
boost
smart-pointers
How to pass deleter to make_shared?
Aug 29, 2022
c++
c++11
shared-ptr
smart-pointers
make-shared
Use of observer_ptr
May 01, 2021
c++
smart-pointers
c++17
Recommended usage of std::unique_ptr [duplicate]
Aug 22, 2022
c++
c++11
smart-pointers
unique-ptr
Passing unique_ptr to functions
Aug 18, 2022
c++
smart-pointers
unique-ptr
How to get the Object being pointed by a shared pointer?
Aug 28, 2022
c++
shared-ptr
shared
smart-pointers
Bad practice to return unique_ptr for raw pointer like ownership semantics?
Nov 05, 2022
c++
smart-pointers
unique-ptr
ownership-semantics
Can Google Mock a method with a smart pointer return type?
Aug 28, 2022
c++
unit-testing
smart-pointers
googlemock
Smart pointers/safe memory management for C?
Sep 08, 2022
c
memory
pointers
c99
smart-pointers
Dynamic casting for unique_ptr
Aug 27, 2022
c++
casting
c++11
smart-pointers
unique-ptr
creating a shared_ptr from unique_ptr
Aug 26, 2022
c++
c++11
g++
smart-pointers
clang++
smart pointers and arrays
Aug 27, 2022
c++
c++11
smart-pointers
C++11: Replace all non-owning raw pointers with std::shared_ptr()?
Aug 27, 2022
c++
memory
c++11
smart-pointers
std::shared_ptr initialization: make_shared<Foo>() vs shared_ptr<T>(new Foo) [duplicate]
Aug 26, 2022
c++
c++11
shared-ptr
smart-pointers
« Newer Entries
Older Entries »