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
Smart pointers vs. value as member variables
Apr 17, 2019
c++
class
smart-pointers
member
How to approach copying objects with smart pointers as class attributes?
May 16, 2022
c++
smart-pointers
copy-constructor
assignment-operator
Why doesn't std::weak_ptr have operator->?
Nov 19, 2022
c++
shared-ptr
smart-pointers
weak-ptr
Smart Pointers and Exception handling
Nov 20, 2022
c++
exception
smart-pointers
Wrapping C create and destroy functions using a smart pointer
Sep 05, 2022
c++
c
pointers
smart-pointers
cross-language
What type of object should this function return?
Jun 02, 2022
c++
c++11
factory
smart-pointers
lifetime
What is the difference between auto pointers and shared pointers in C++
Apr 28, 2019
c++
shared-ptr
smart-pointers
auto-ptr
Correct way to initialize array of boost::scoped_ptr?
Dec 24, 2020
c++
boost
smart-pointers
How do use a std::auto_ptr in a class you have to copy construct?
Feb 19, 2022
c++
smart-pointers
auto-ptr
Should a library use an interface that uses smart pointers?
Nov 05, 2022
c++
smart-pointers
Usage of both scalar and array in smart pointer
Nov 03, 2022
c++
smart-pointers
Deleting vector of pointers
Sep 14, 2022
c++
pointers
vector
smart-pointers
delete-operator
OpenCV or Boost smart pointers
Oct 30, 2022
c++
image-processing
boost
opencv
smart-pointers
How to execute member-function-pointer with a smart pointer object?
Aug 30, 2022
c++
c++11
smart-pointers
unique-ptr
member-function-pointers
Is there a smart pointer type that requires multiple owners?
Nov 16, 2022
c++
c++11
smart-pointers
How to handle failure to release a resource which is contained in a smart pointer?
Oct 31, 2022
c++
smart-pointers
raii
How do I dynamic upcast and downcast with smart pointers?
Oct 30, 2022
c++
casting
smart-pointers
dynamic-cast
C++ smart pointers: sharing pointers vs. sharing data
Feb 28, 2018
c++
qt
smart-pointers
Which is faster on Visual C++ 2010 - std::shared_ptr or boost::shared_ptr?
Apr 18, 2022
c++
visual-c++
boost
shared-ptr
smart-pointers
Replacing auto_ptr in VC++ 8
Sep 05, 2019
c++
smart-pointers
« Newer Entries
Older Entries »