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
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
getting a normal ptr from shared_ptr?
Aug 26, 2022
c++
boost
smart-pointers
shared-ptr
"Downcasting" unique_ptr<Base> to unique_ptr<Derived>
Sep 25, 2022
c++
c++11
smart-pointers
factory-pattern
unique-ptr
When should I use raw pointers over smart pointers?
Sep 16, 2022
c++
pointers
boost
smart-pointers
Why does unique_ptr have the deleter as a type parameter while shared_ptr doesn't?
Aug 26, 2022
c++
smart-pointers
type-erasure
Why can't a weak_ptr be constructed from a unique_ptr?
Oct 17, 2022
c++
shared-ptr
smart-pointers
unique-ptr
weak-ptr
How can I use covariant return types with smart pointers?
Aug 25, 2022
c++
covariance
smart-pointers
Should I assign or reset a unique_ptr?
Aug 25, 2022
c++
c++11
smart-pointers
unique-ptr
RAII vs. Garbage Collector
Aug 27, 2022
c++
memory-leaks
garbage-collection
smart-pointers
Example to use shared_ptr?
Aug 17, 2022
c++
boost
vector
shared-ptr
smart-pointers
When to use shared_ptr and when to use raw pointers?
Aug 17, 2022
c++
smart-pointers
Is auto_ptr deprecated?
Aug 17, 2022
c++
standards
smart-pointers
auto-ptr
unique-ptr
shared_ptr magic :)
Aug 17, 2022
c++
destructor
smart-pointers
« Newer Entries
Older Entries »