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
Implementing weak intrusive pointers in C++
Apr 21, 2017
c++
smart-pointers
weak-references
Why does Glibmm/Gtkmm not include the unary dereferencing operator, *, for Glib::RefPtr?
Jan 21, 2022
c++
gtk
smart-pointers
glib
gtkmm
Mixing C++ and Objective-C
Oct 20, 2022
c++
objective-c
boost
cocos2d-iphone
smart-pointers
C++0x Smart Pointer Comparisons: Inconsistent, what's the rationale?
Dec 13, 2019
c++
c++11
std
smart-pointers
rationale
How to use Boost's intrusive_ptr effectively?
Aug 31, 2021
c++
c++11
memory-management
boost
smart-pointers
unique_ptr's assignment operator copies a deleter stored by a reference. Is it a feature or a bug?
Aug 29, 2022
c++
c++11
smart-pointers
unique-ptr
why weak_ptr can break cyclic reference?
Aug 27, 2022
c++
smart-pointers
Disadvantages of shared_ptr
Nov 11, 2022
c++
c++11
shared-ptr
smart-pointers
Why does std::unique_ptr not have a const get method?
Aug 22, 2022
c++
c++11
constants
smart-pointers
How to use C++ Smart Pointers?
Apr 07, 2022
c++
smart-pointers
Some questions about using CComPtr (when use Release()? Can I return CComPtr?, ...)
Jun 15, 2019
c++
com
smart-pointers
bho
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
« Newer Entries
Older Entries »