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
How to introduce boost::shared_ptr into an existing (large) C++ codebase?
Jun 17, 2022
c++
boost
refactoring
shared-ptr
Correct way to allocate memory to std::shared_ptr
Oct 14, 2022
c++
c++11
memory-management
shared-ptr
std::move with std::shared_ptr in lambda
Nov 07, 2022
c++11
lambda
c++14
shared-ptr
move
Can I cast shared_ptr<T> & to shared_ptr<T const> & without changing use_count?
Jun 16, 2022
c++
casting
shared-ptr
Will a shared_ptr automatically free up memory?
Mar 27, 2022
c++
memory-management
shared-ptr
Boost Shared Pointer: Simultaneous Read Access Across Multiple Threads
Aug 02, 2022
c++
multithreading
boost
shared-ptr
convert shared_ptr to auto_ptr?
Oct 16, 2022
c++
shared-ptr
auto-ptr
Smart pointer wrapping penalty. Memoization with std::map
Feb 26, 2021
c++
performance
boost
shared-ptr
smart-pointers
c++ how to assert that all std::shared_ptr in a vector are referring to something
May 19, 2022
c++
c++11
vector
shared-ptr
assert
Can I get a raw pointer from boost's weak_ptr?
Sep 24, 2022
c++
boost
shared-ptr
smart-pointers
weak-references
C++/CLI Wrapping a Function that Returns a std::shared_ptr
Nov 08, 2022
.net
c++-cli
wrapper
shared-ptr
mixed-mode
shared_ptr with templates
May 12, 2021
c++
templates
shared-ptr
Should I use smart pointers on everything and forget about classic normal pointers?
Jul 30, 2022
c++
boost
shared-ptr
smart-pointers
Why isn't the reference counter in boost::shared_ptr volatile?
May 11, 2022
c++
multithreading
boost
shared-ptr
Decent shared_ptr implementation that does not require a massive library?
Mar 21, 2022
c++
shared-ptr
What is the Rust equivalent of C++'s shared_ptr?
Jun 21, 2022
scope
rust
shared-ptr
ownership
two shared_ptr from same enable_shared_from_this instance
Nov 05, 2022
c++
shared-ptr
reference-counting
weak-ptr
enable-shared-from-this
BOOST_FOREACH Iteration over boost::shared_ptr<list>
Mar 07, 2022
c++
boost
shared-ptr
temporaries
boost-foreach
« Newer Entries
Older Entries »