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 shared-ptr
What's your convention for typedef'ing shared_ptr?
Dec 15, 2021
c++
boost
naming-conventions
shared-ptr
Segmentation fault when using a shared_ptr for private_key
Oct 16, 2022
c++
c++11
segmentation-fault
shared-ptr
botan
What are potential dangers when using boost::shared_ptr?
Aug 28, 2022
c++
boost
pointers
shared-ptr
Are there any downsides with using make_shared to create a shared_ptr
Aug 28, 2022
c++
boost
shared-ptr
shared_ptr: horrible speed
Sep 03, 2022
c++
performance
compiler-construction
shared-ptr
Should I use shared_ptr or unique_ptr
Aug 27, 2022
c++
c++11
shared-ptr
pimpl-idiom
unique-ptr
Is make_shared really more efficient than new?
Aug 16, 2022
c++
shared-ptr
clang
libc++
make-shared
Error: expected type-specifier before 'ClassName'
Dec 17, 2021
c++
shared-ptr
pure-virtual
std::shared_ptr: reset() vs. assignment
Nov 08, 2022
c++
c++11
shared-ptr
std::shared_ptr thread safety
Aug 27, 2022
c++
std
shared-ptr
NULL pointer with boost::shared_ptr?
Aug 27, 2022
c++
boost
null
pointers
shared-ptr
std::shared_ptr initialization: make_shared<Foo>() vs shared_ptr<T>(new Foo) [duplicate]
Aug 26, 2022
c++
c++11
shared-ptr
smart-pointers
getting a normal ptr from shared_ptr?
Aug 26, 2022
c++
boost
smart-pointers
shared-ptr
shared_from_this causing bad_weak_ptr
Dec 01, 2017
c++
boost
shared-ptr
c++-faq
The cost of passing by shared_ptr
Aug 26, 2022
c++
performance
shared-ptr
Why isn't there a std::shared_ptr<T[]> specialisation?
May 08, 2019
c++
c++11
shared-ptr
Why can't a weak_ptr be constructed from a unique_ptr?
Oct 17, 2022
c++
shared-ptr
smart-pointers
unique-ptr
weak-ptr
Should I switch from using boost::shared_ptr to std::shared_ptr?
Aug 25, 2022
c++
boost
stl
c++11
shared-ptr
static_cast with boost::shared_ptr?
Aug 16, 2022
c++
boost
shared-ptr
static-cast
Why does unique_ptr take two template parameters when shared_ptr only takes one?
Aug 25, 2022
c++
c++11
std
shared-ptr
unique-ptr
« Newer Entries
Older Entries »