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
shared_ptr and references in C++
Aug 23, 2019
c++
boost
smart-pointers
shared-ptr
Boost scoped_ptr / scoped_array with custom deleter
Apr 25, 2022
c++
boost
smart-pointers
Custom deleters for std::shared_ptrs
Aug 27, 2019
c++
shared-ptr
smart-pointers
virtual constructor idiom with smart pointers
Feb 11, 2022
c++
constructor
polymorphism
virtual
smart-pointers
Is it bad practice to typedef a smart pointer? [closed]
Feb 20, 2022
c++
smart-pointers
How to remove smart pointers from a cache when there are no more references?
Jun 21, 2018
c++
caching
pointers
boost
smart-pointers
Understanding weak reference counter
Nov 10, 2022
c++
c++11
smart-pointers
C++11 make_shared instancing
Feb 14, 2022
c++
templates
c++11
shared-ptr
smart-pointers
Understanding C++ std::shared_ptr
Oct 19, 2022
c++
shared-ptr
smart-pointers
reference-counting
Some std::unique_ptr uses and "gotchas"
May 22, 2022
c++
c++11
smart-pointers
unique-ptr
resource-management
Can i pass auto_ptr by reference to functions?
Sep 04, 2017
c++
smart-pointers
auto-ptr
Should I use a smart pointer?
Mar 08, 2022
c++
pointers
c++11
smart-pointers
Why is there memory leak while using shared_ptr as a function parameter?
Oct 19, 2022
c++
smart-pointers
Unique pointer and const correctness
Oct 21, 2022
c++
pointers
smart-pointers
const-correctness
object-composition
Should boost::ptr_vector be used in place std::vector all of the time?
Dec 13, 2017
c++
boost
vector
smart-pointers
What's with unique_ptr::get() instead of &*?
Aug 24, 2022
c++
pointers
smart-pointers
unique-ptr
How does std::shared_ptr delete a polymorphic type with protected destructor? [duplicate]
Sep 24, 2020
c++
destructor
smart-pointers
When is a type considered complete?
Mar 07, 2022
c++
boost
smart-pointers
incomplete-type
scoped-ptr
How do I pass Rc<RefCell<Box<MyStruct>>> to a function accepting Rc<RefCell<Box<dyn MyTrait>>>?
Aug 23, 2017
rust
smart-pointers
trait-objects
Accessing owner in destructor c++
Aug 29, 2022
c++
smart-pointers
ownership-semantics
« Newer Entries
Older Entries »