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
Return std::unique_ptr<T> from factory function creating fully hidden implementation of pure virtual interface
Dec 27, 2022
c++
smart-pointers
c++14
How to create a new value and assign to a private unique_ptr in a class constructor?
Dec 26, 2022
c++
c++11
smart-pointers
unique-ptr
Remove from a std::set<shared_ptr<T>> by T*
Dec 25, 2022
c++
boost
smart-pointers
Using QSharedPointer with new[] yields "Mismatched free() / delete / delete[]" in valgrind
Dec 24, 2022
c++
qt
smart-pointers
qsharedpointer
Refactoring code to use Boost shared pointers
Dec 22, 2022
c++
refactoring
shared-ptr
smart-pointers
Dealing with unique_ptr in containers
Dec 22, 2022
c++
c++11
smart-pointers
unique-ptr
Returning Smart Pointers
Dec 22, 2022
c++
shared-ptr
smart-pointers
unique-ptr
resource-management
c++ weak_ptr expiring after dereference?
Dec 20, 2022
c++
smart-pointers
weak-ptr
Why dereferencing a unique_ptr won't modify the original object
Dec 19, 2022
c++
pointers
smart-pointers
What's correct way to remove a boost::shared_ptr from a list?
Dec 19, 2022
c++
stl
boost
smart-pointers
Manual Object Ownership vs Smart Pointers
Dec 18, 2022
c++
pointers
smart-pointers
ownership
segment fault for a simple std::shared_ptr construction case
Dec 17, 2022
c++
c++11
memory-management
shared-ptr
smart-pointers
Accessing object unique_ptr is pointing to
Dec 14, 2022
c++
smart-pointers
Why is `str` encapsulated inside `String` instead of inside a `Box<str>`?
Dec 15, 2022
string
rust
smart-pointers
Is it alright to return a reference to a non-pointer member variable as a pointer?
Dec 14, 2022
c++
pointers
memory-management
reference
smart-pointers
C++ Use of deleted function error
Dec 13, 2022
c++
c++11
smart-pointers
Why is the size of a pointer to something on the heap larger than the size of a stack variable?
Dec 12, 2022
pointers
reference
rust
smart-pointers
memory-layout
Is there a smart pointer that is automatically nulled when its target is destroyed in C++
Dec 12, 2022
c++
pointers
smart-pointers
qpointer
Conditionally instantiate a template at run-time
Dec 12, 2022
c++
templates
smart-pointers
Boost weak_ptr's in a multi-threaded program to implement a resource pool
Dec 12, 2022
c++
multithreading
boost
smart-pointers
« Newer Entries
Older Entries »