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
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
smart pointers + "this" considered harmful?
Aug 16, 2022
c++
pointers
this
smart-pointers
shared-ptr
Can storing unrelated data in the least-significant-bit of a pointer work reliably?
Nov 01, 2022
c++
bit-manipulation
smart-pointers
How do I wrap a C++ function that returns a smart pointer in C?
Jun 24, 2018
c++
c
wrapper
smart-pointers
Smart pointers as map key
Nov 09, 2022
c++
c++11
map
shared-ptr
smart-pointers
Dependency injection in C++11 without raw pointers
Feb 22, 2022
c++11
dependency-injection
smart-pointers
std::make_unique<T> vs reset(new T)
Sep 17, 2022
c++
c++11
memory-leaks
smart-pointers
unique-ptr
Do boost::shared_ptr<T> and boost::shared_ptr<const T> share the reference count?
Apr 30, 2017
c++
boost
shared-ptr
smart-pointers
scoped_ptr ownership [duplicate]
May 18, 2021
c++
smart-pointers
Printing unique_ptr to cout
Mar 12, 2022
c++
c++11
iostream
smart-pointers
unique-ptr
Array of polymorphic objects
Aug 25, 2022
c++
arrays
reference
polymorphism
smart-pointers
Is there an operation for Rc or Arc which clones the underlying value and returns it to the caller?
Nov 01, 2022
rust
smart-pointers
reference-counting
C++: would universal use of shared_ptr<> be equivalent to a gc?
Nov 20, 2022
java
c++
garbage-collection
smart-pointers
STL class for reference-counted pointers?
Jul 05, 2019
c++
stl
smart-pointers
reference-counting
Once you've adopted boost's smart pointers, is there any case where you use raw pointers?
Oct 20, 2022
c++
boost
smart-pointers
Doesn't get() break the idea behind std::unique_ptr?
Apr 06, 2022
c++
c++11
smart-pointers
What is the best way to implement smart pointers in C++?
Nov 17, 2022
c++
smart-pointers
c++03
raii
reference-counting
Is there a C++/CLI smart pointer project (e.g. scoped_ptr)?
Nov 06, 2022
c++-cli
smart-pointers
Smart pointers and dynamic_cast
Mar 20, 2022
c++
polymorphism
smart-pointers
dynamic-cast
« Newer Entries
Older Entries »