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
Copying from raw pointer to smart pointer using memcpy
Nov 24, 2025
c++
smart-pointers
Polymorphism : raw pointer vs smart pointer
Nov 23, 2025
c++
polymorphism
smart-pointers
raw-pointer
Designing 2 classes having references to each other using smart pointers
Nov 23, 2025
c++
c++11
smart-pointers
Can an object that owns a unique pointer be unique pointed to?
Nov 19, 2025
c++
polymorphism
smart-pointers
Best practice when dealing with C++ iostreams
Nov 19, 2025
c++
smart-pointers
iostream
How to prevent code heavily relying on polymorphism from being littered with `make_shared` all over the place?
Nov 17, 2025
c++
polymorphism
smart-pointers
Is there a shared pointer with a single strong owner and multiple weak references?
Nov 17, 2025
rust
smart-pointers
Getting weak pointer to derived class
Nov 04, 2025
c++11
inheritance
visual-c++
smart-pointers
Role of weak_ptr in shared_ptr
Nov 02, 2025
c++
shared-ptr
smart-pointers
weak-ptr
cyclic-reference
Custom views of smart pointer objects in visual studio?
Nov 01, 2025
c++
visual-studio
c++11
smart-pointers
unique-ptr
why should we use std::move semantic with unique pointers?
Oct 31, 2025
c++
c++11
c++14
smart-pointers
unique-ptr
unique_ptr and forward declaration: the proper way to code a factory function
Oct 31, 2025
c++
c++11
smart-pointers
forward-declaration
std::shared_ptr of abstract class to instantiate derived class [closed]
Oct 30, 2025
c++
inheritance
c++11
smart-pointers
shared_ptr entirely on stack
Oct 27, 2025
c++
c++11
shared-ptr
smart-pointers
Best way to store std::vector of derived class in a host parent class
Oct 29, 2025
c++
shared-ptr
smart-pointers
unique-ptr
derived-class
Testing if std::pointer_traits can work with my type
Oct 27, 2025
c++
pointers
smart-pointers
c++17
type-traits
std::unique_ptr with custom deleter for wrapping a malloc pointer
Oct 27, 2025
c++
pointers
malloc
smart-pointers
Can different smart pointers refer to the same object?
Oct 26, 2025
c++
c++11
smart-pointers
Race condition example about shared_ptr
Oct 26, 2025
c++
c++11
smart-pointers
Older Entries »