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
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
When is a std::weak_ptr empty? Is an expired std::weak_ptr empty?
Oct 26, 2025
c++
language-lawyer
std
smart-pointers
weak-ptr
Cyclic reference of RefCell borrows in traversal
Oct 25, 2025
rust
smart-pointers
lifetime
borrowing
interior-mutability
gtkmm manage/add vs smart pointers:
Oct 25, 2025
c++
c++11
smart-pointers
lifecycle
gtkmm
Any reason to use raw pointers to do RAII? C++11/14
Oct 21, 2025
c++
pointers
smart-pointers
Are Rust smart pointers std::rc::Rc and std::sync::Arc analogous to the C++ smart pointers std::shared_ptr and std::atomic_shared_ptr respectively?
Oct 20, 2025
c++
rust
smart-pointers
Containers vs Smart pointers in C++
Oct 22, 2025
c++
containers
smart-pointers
Smart references in C++
Oct 22, 2025
c++
reference
smart-pointers
Factory pattern using unique_ptr in c++
Oct 22, 2025
c++
this
factory
smart-pointers
unique-ptr
Older Entries »