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
Pointers and containers
Mar 26, 2022
c++
stl
containers
smart-pointers
Why does incomplete type of smart pointer data member and raw pointer data member have different behavior when their parent destruct?
Apr 05, 2022
c++
c++11
smart-pointers
Why does assignment operator call constructor?
Jun 04, 2022
c++
constructor
variable-assignment
smart-pointers
C++11 smart pointers and polymorphism
Aug 28, 2022
c++
polymorphism
smart-pointers
Smart pointers - cases where they cannot replace raw pointers
Aug 17, 2022
c++
smart-pointers
vector<unique_ptr> resizing with push_back - how does it work?
Dec 18, 2019
c++
memory
vector
c++11
smart-pointers
C++ Iterating through a vector of smart pointers
Aug 11, 2021
c++
stl
vector
smart-pointers
Using unique_ptr to control a file descriptor
Jan 03, 2020
c++
c++11
smart-pointers
unique-ptr
gcc4.7
Why can't a smart pointer call new() for me in its constructor?
Sep 05, 2022
c++
memory-management
smart-pointers
smart pointers + "this" considered harmful?
Aug 16, 2022
c++
pointers
this
smart-pointers
shared-ptr
Can storing unrelated data in the least-significant-bit of a pointer work reliably?
Nov 01, 2022
c++
bit-manipulation
smart-pointers
How do I wrap a C++ function that returns a smart pointer in C?
Jun 24, 2018
c++
c
wrapper
smart-pointers
Smart pointers as map key
Nov 09, 2022
c++
c++11
map
shared-ptr
smart-pointers
Dependency injection in C++11 without raw pointers
Feb 22, 2022
c++11
dependency-injection
smart-pointers
std::make_unique<T> vs reset(new T)
Sep 17, 2022
c++
c++11
memory-leaks
smart-pointers
unique-ptr
Do boost::shared_ptr<T> and boost::shared_ptr<const T> share the reference count?
Apr 30, 2017
c++
boost
shared-ptr
smart-pointers
scoped_ptr ownership [duplicate]
May 18, 2021
c++
smart-pointers
Printing unique_ptr to cout
Mar 12, 2022
c++
c++11
iostream
smart-pointers
unique-ptr
Array of polymorphic objects
Aug 25, 2022
c++
arrays
reference
polymorphism
smart-pointers
Is there an operation for Rc or Arc which clones the underlying value and returns it to the caller?
Nov 01, 2022
rust
smart-pointers
reference-counting
« Newer Entries
Older Entries »