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
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
shared_ptr - pass by value vs pass by reference
Apr 11, 2022
c++
boost
smart-pointers
Why would I want to use a smart pointer in this situation?
Nov 13, 2022
c++
pointers
smart-pointers
Using/storing derived member in derived class with base class that stores base member
Oct 16, 2022
c++
c++11
inheritance
smart-pointers
raii
How do reference-counting smart pointer's avoid or handle reference-counter overflows?
Jan 03, 2020
c++
automatic-ref-counting
smart-pointers
integer-overflow
refcounting
What happens if a shared_ptr's constructor fails?
Jun 24, 2018
c++
memory-management
smart-pointers
« Newer Entries
Older Entries »