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++ - Basic garbage collector using reference counting
Nov 29, 2025
c++
garbage-collection
smart-pointers
reference-counting
Derived classes and smart pointers
Nov 28, 2025
c++
pointers
boost
smart-pointers
Placing smart pointers in an STL container
Nov 24, 2025
c++
boost
smart-pointers
error C2679: binary '<<': no operator found which takes a right-hand operand of type 'mystring' (or there is no acceptable conversion)
Nov 23, 2025
c++
visual-c++
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
Older Entries »