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 does std::unique_ptr work when it goes out of scope after the object it owns has been manually deleted?
Sep 11, 2026
c++
c++11
smart-pointers
unique-ptr
Is it bad (or even dangerous) to random_shuffle vector of shared_ptrs?
Sep 10, 2026
c++
vector
shared-ptr
smart-pointers
shuffle
Yet Another "pointer being freed was not allocated"
Sep 04, 2026
c++
c++11
smart-pointers
Check whether the current underlying type of a std::shared_ptr<> is T
Sep 03, 2026
c++
smart-pointers
How do I write generic code that accepts either a trait or a smart pointer to the trait (Box, Rc, etc)?
Sep 01, 2026
generics
rust
smart-pointers
Does memory get freed when reassigning std::unique_ptr?
Aug 30, 2026
c++
memory
memory-leaks
smart-pointers
unique-ptr
Is it possible to use SDL2 with smart pointers?
Aug 29, 2026
c++
sdl
smart-pointers
sdl-2
unique-ptr
How can I detect or avoid cyclic references with std::shared_ptr?
Aug 16, 2026
c++
design-patterns
smart-pointers
cyclic-reference
C++ smart pointers confusion
Aug 14, 2026
c++
c++11
sqlite
smart-pointers
Compare boost intrusive_ptr with different const-ness
Aug 13, 2026
c++
pointers
boost
constants
smart-pointers
I cannot initialize that shared_ptr of class C
Aug 12, 2026
c++
c++11
shared-ptr
smart-pointers
Pushing shared_ptr(this) into vector results in "free(): invalid pointer" error
Aug 10, 2026
c++
c++11
vector
smart-pointers
How to use COM smart pointer as in-out arguments for calling e.g. library functions
Aug 09, 2026
c++
com
smart-pointers
How memory is deallocated in shared_ptr via the operator=?
Aug 07, 2026
c++
c++11
shared-ptr
smart-pointers
Calling shared_ptr object method
Aug 03, 2026
c++
smart-pointers
Why don't smart pointers have conversion operator back to the base pointer?
Jul 29, 2026
c++
smart-pointers
scoped-ptr
How to overload operator ->* in C++
Jul 30, 2026
c++
operator-overloading
smart-pointers
boost shared_ptr cycling reference?
Jul 29, 2026
boost
shared-ptr
smart-pointers
cycle
weak-ptr
Older Entries »