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
Why don't smart pointers have conversion operator back to the base pointer?
Jul 29, 2026
c++
smart-pointers
scoped-ptr
How to overload operator ->* in C++
Jul 30, 2026
c++
operator-overloading
smart-pointers
boost shared_ptr cycling reference?
Jul 29, 2026
boost
shared-ptr
smart-pointers
cycle
weak-ptr
c++ composition (has-a) issue
Jul 27, 2026
c++
polymorphism
containers
smart-pointers
Is there a never-null unique owner of heap allocated objects?
Jul 27, 2026
c++
architecture
null
heap-memory
smart-pointers
In Rust, how does Weak<T> know when the inner value has been dropped?
Jul 25, 2026
rust
memory-management
smart-pointers
weak-references
reference-counting
weak_ptr<User_Class> is none pointer type
Jul 26, 2026
c++
boost
smart-pointers
Smart pointers with functions returning a pointer in an argument
Jul 24, 2026
c++
smart-pointers
unique-ptr
std
standard-library
What stops compilers from automatically deducing to use make_shared?
Jul 24, 2026
c++
memory-management
shared-ptr
smart-pointers
make-shared
Smart Pointers, Forward Declaration, and C4150
Jul 23, 2026
c++
smart-pointers
forward-declaration
Should I still use smart pointers if only std::auto_ptr i available?
Jul 23, 2026
c++
smart-pointers
In *modern* C++ how should I manage *unowned* pointers?
Jul 14, 2026
c++
smart-pointers
how to instantiate an object using smart pointers
Jul 13, 2026
c++
boost
constructor
smart-pointers
using std::tr1::shared_ptr as an internal mechanism for reference counting
Jul 12, 2026
c++
shared-ptr
smart-pointers
tr1
reference-counting
std::unique pointer and custom lambda deleter error
Jul 10, 2026
c++
visual-studio-2012
lambda
smart-pointers
unique-ptr
How using a smart pointer in C++ helps in below example
Jul 10, 2026
c++
smart-pointers
no known conversion from 'std::shared_ptr<int>' to 'int *' for 1st argument
Jul 10, 2026
c++
smart-pointers
When do class members use smart pointers or objects [duplicate]
Jul 09, 2026
c++
class
object
smart-pointers
Older Entries »