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
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
Why would you pass a smart pointer as a function argument in C++?
Dec 11, 2022
c++
function
pointers
smart-pointers
std::unique_ptr constructor behaviour
Dec 10, 2022
c++
smart-pointers
move-semantics
Returning a unique_ptr from a class method C++0x
Dec 09, 2022
c++
c++11
smart-pointers
unique-ptr
The difference between RAII and smart pointers in C++
Dec 08, 2022
c++
smart-pointers
raii
Passing std::unique_ptr to helper function
Dec 07, 2022
c++
c++11
stl
smart-pointers
unique-ptr
Turning this raw pointer situation into a unique_ptr?
Dec 04, 2022
c++
c++11
smart-pointers
unique-ptr
« Newer Entries
Older Entries »