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
std::shared_ptr, std::weak_ptr and control block
Oct 23, 2025
c++
c++11
stl
shared-ptr
weak-ptr
Is lambda with initializer to itself equivalent to lambda without initializer?
Oct 20, 2025
c++
lambda
shared-ptr
How can I resolve a "'shared_ptr' was not declared in this scope" error?
Oct 21, 2025
c++11
compiler-errors
shared-ptr
Valid situations for comparing shared_ptr instances
Oct 21, 2025
c++11
shared-ptr
equality
Prevent creating a class only if shared pointer
Oct 21, 2025
c++
copy
instance
shared-ptr
C++ working with objects on heap
Oct 18, 2025
c++
pointers
heap-memory
shared-ptr
raw-pointer
Does static_pointer_cast update reference counting
Oct 18, 2025
c++
shared-ptr
Understanding C++ std::shared_ptr when used with temporary objects
Oct 18, 2025
c++
syntax
expression
shared-ptr
declaration
Initializing boost::asio sockets after constructor
Oct 16, 2025
c++
boost
shared-ptr
Why std::shared_ptr control block need to hold a pointer to managed object with its correct type
Oct 17, 2025
c++
shared-ptr
raii
tr1
Delete std::shared_ptr without destroying the managed object?
Oct 16, 2025
c++
shared-ptr
smart-pointers
Is an Object Pool pattern of shared_ptr possible?
Oct 16, 2025
c++
c++11
shared-ptr
object-pooling
shared_ptr std::dynamic_pointer_cast fails with "attempting to reference a deleted function" error
Oct 14, 2025
c++
shared-ptr
dynamic-cast
c++ shared_ptr error with intel 12.1.3
Sep 20, 2025
c++
shared-ptr
make_shared and abstract polymorphism
Sep 19, 2025
c++
c++11
polymorphism
shared-ptr
Smart pointers for graph representation (vertex neighbors) in C++11
Sep 18, 2025
c++11
graph
shared-ptr
unique-ptr
adjacency-list
Calling clear() on a vector of shared_ptr. Will memory be freed?
Sep 17, 2025
c++
vector
shared-ptr
Why does shared_ptr<int> p; p=nullptr; compile?
Sep 17, 2025
c++
c++11
shared-ptr
smart-pointers
explicit
« Newer Entries
Older Entries »