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
Why is unique_ptr operator-> not const-overloaded?
Nov 02, 2022
c++
constants
smart-pointers
Does this use of std::make_unique lead to non-unique pointers?
Nov 05, 2022
c++
smart-pointers
What is a real world example for "smart pointer to member"?
Feb 03, 2022
c++
pointers
operator-overloading
operators
smart-pointers
How to remove (non-intrusive) smart pointers from a cache when there are no more references?
Nov 14, 2018
c++
caching
shared-ptr
smart-pointers
weak-ptr
Pointer-like classes and the ->* operator
Sep 21, 2022
c++
iterator
operator-overloading
c++14
smart-pointers
enable_shared_from_this and objects on stack
Jun 27, 2021
c++
boost
smart-pointers
Store weak pointer to self
Nov 14, 2022
c++
smart-pointers
weak-ptr
Alternative to boost::shared_ptr in an embedded environment
Sep 20, 2022
c++
boost
embedded
smart-pointers
Additional arguments for custom deleter of shared_ptr
Sep 20, 2022
c++
smart-pointers
If I need polymorphism should I use raw pointers instead of unique_ptr?
Aug 16, 2022
c++
pointers
c++11
polymorphism
smart-pointers
Is there a safe way to use C++11 Smart Pointer and the Interface for Raw Pointer together?
Sep 20, 2022
c++
qt
c++11
interface
smart-pointers
Usage of Smart Pointers as a Programming Standard?
Sep 19, 2022
c++
visual-c++
pointers
smart-pointers
How to compile c++11 code with android ndk and eclipse?
Sep 19, 2022
c++
gcc
c++11
android-ndk
smart-pointers
How can I create a smart pointer that locks and unlocks a mutex?
Nov 19, 2022
c++
thread-safety
mutex
smart-pointers
raii
How to return vector of pointers (and ownership) C++11
Mar 17, 2022
c++
c++11
pointers
vector
smart-pointers
Why and when do I need to supply my own deleter?
Sep 30, 2022
c++
smart-pointers
Why can operator-> be overloaded manually?
Sep 18, 2022
c++
pointers
operator-overloading
smart-pointers
Is there any reason to use auto_ptr?
Sep 18, 2022
c++
stl
smart-pointers
auto-ptr
Pointer to stack object without ownership
Oct 15, 2022
c++
pointers
c++11
smart-pointers
Is there a bug in GCC 4.7.2's implementation of shared_ptr's (templated) assignment operator?
Mar 19, 2022
c++
gcc
stl
c++11
smart-pointers
« Newer Entries
Older Entries »