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
Testing if std::pointer_traits can work with my type
Oct 27, 2025
c++
pointers
smart-pointers
c++17
type-traits
std::unique_ptr with custom deleter for wrapping a malloc pointer
Oct 27, 2025
c++
pointers
malloc
smart-pointers
Can different smart pointers refer to the same object?
Oct 26, 2025
c++
c++11
smart-pointers
Race condition example about shared_ptr
Oct 26, 2025
c++
c++11
smart-pointers
When is a std::weak_ptr empty? Is an expired std::weak_ptr empty?
Oct 26, 2025
c++
language-lawyer
std
smart-pointers
weak-ptr
Cyclic reference of RefCell borrows in traversal
Oct 25, 2025
rust
smart-pointers
lifetime
borrowing
interior-mutability
gtkmm manage/add vs smart pointers:
Oct 25, 2025
c++
c++11
smart-pointers
lifecycle
gtkmm
Any reason to use raw pointers to do RAII? C++11/14
Oct 21, 2025
c++
pointers
smart-pointers
Are Rust smart pointers std::rc::Rc and std::sync::Arc analogous to the C++ smart pointers std::shared_ptr and std::atomic_shared_ptr respectively?
Oct 20, 2025
c++
rust
smart-pointers
Containers vs Smart pointers in C++
Oct 22, 2025
c++
containers
smart-pointers
Smart references in C++
Oct 22, 2025
c++
reference
smart-pointers
Factory pattern using unique_ptr in c++
Oct 22, 2025
c++
this
factory
smart-pointers
unique-ptr
Delphi - Strange behavior with smart pointer constructors
Oct 22, 2025
delphi
constructor
package
gdi+
smart-pointers
Smart pointers. When, where and how?
Oct 21, 2025
c++
smart-pointers
How do I initialize a smart pointer which is a class member?
Oct 21, 2025
c++
smart-pointers
Shall I clear a vector of unique_ptr in destructor in c++11 even if valgrind doesn't show memory leak
Oct 20, 2025
c++
c++11
memory-leaks
valgrind
smart-pointers
Why smart pointer type member variable can't be initialized at the declaring place in a class?
Oct 20, 2025
c++
class
initialization
smart-pointers
copy-initialization
shared pointer and raw pointer lifetime
Oct 17, 2025
c++
pointers
smart-pointers
lifetime
temporary
Smart pointers and derived classes
Oct 16, 2025
c++
c++11
inheritance
memory-management
smart-pointers
Delete std::shared_ptr without destroying the managed object?
Oct 16, 2025
c++
shared-ptr
smart-pointers
« Newer Entries
Older Entries »