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
Is it safe to return a vector of std::shared_ptr?
Jun 19, 2026
c++
memory-leaks
shared-ptr
How can I use std::enable_shared_from_this in both super and subclass?
Jun 18, 2026
c++
shared-ptr
multiple-inheritance
weak-ptr
enable-shared-from-this
c++11 local static member variable destruction order for shared_ptr objects
Jun 17, 2026
c++11
global-variables
shared-ptr
lifetime
static-variables
determine if a std::shared_ptr is the unique reference to an object
Jun 14, 2026
c++
multithreading
shared-ptr
rvalue-reference
c++ use derived class in std::shared_ptr<baseclass>
Jun 09, 2026
c++11
shared-ptr
Shared resource ownage using std::weak_ptr
Jun 08, 2026
c++
c++11
shared-ptr
smart-pointers
weak-ptr
__nat class in clang standard libary
Jun 01, 2026
c++
clang
std
shared-ptr
How do I solve this std::bad_cast with from antlrcpp::Any?
May 29, 2026
c++
shared-ptr
antlr4
Replacing shared_ptr elements in std::vector
May 29, 2026
c++
c++11
vector
shared-ptr
How could I share "this" instance over my application in C++?
May 27, 2026
c++
shared-ptr
LLDB: printing a vector referenced by a shared_ptr
May 26, 2026
c++
debugging
shared-ptr
lldb
incomplete types with shared_ptr and unique_ptr
May 25, 2026
c++
c++11
shared-ptr
unique-ptr
C++ shared_ptr call deconstructor of owned object
May 21, 2026
c++
shared-ptr
C++ - pointer passing question
May 20, 2026
c++
shared-ptr
parameter-passing
How do I create a duplicate instance of object contained in a shared pointer in c++?
May 19, 2026
c++
shared-ptr
smart-pointers
Why isn't shared_ptr implicitly converted to boolean when returning it in a function?
May 16, 2026
c++
boolean
shared-ptr
implicit-conversion
return-type
Older Entries »