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
how to instantiate an object using smart pointers
Jul 13, 2026
c++
boost
constructor
smart-pointers
using std::tr1::shared_ptr as an internal mechanism for reference counting
Jul 12, 2026
c++
shared-ptr
smart-pointers
tr1
reference-counting
std::unique pointer and custom lambda deleter error
Jul 10, 2026
c++
visual-studio-2012
lambda
smart-pointers
unique-ptr
How using a smart pointer in C++ helps in below example
Jul 10, 2026
c++
smart-pointers
no known conversion from 'std::shared_ptr<int>' to 'int *' for 1st argument
Jul 10, 2026
c++
smart-pointers
When do class members use smart pointers or objects [duplicate]
Jul 09, 2026
c++
class
object
smart-pointers
book about smart pointers
Jul 06, 2026
c++
smart-pointers
Passing smart pointer to function through non smart pointer argument
Jun 30, 2026
c++
c++11
smart-pointers
How to enforce users to create objects of class derived from mine with "new" only?
Jun 29, 2026
c++
inheritance
smart-pointers
How to iterate over a list of smart pointers?
Jun 28, 2026
c++
c++17
smart-pointers
range-based-loop
C++ - Smart Pointers - Passing derived class shared pointer to base through template
Jun 27, 2026
c++
boost
smart-pointers
Usage of this* in make_unique
Jun 28, 2026
c++
c++11
smart-pointers
unique-ptr
factory-pattern
std::set of std::weak_ptr insert and remove
Jun 27, 2026
c++11
smart-pointers
C++ automatic shared_ptr type in class with macro
Jun 22, 2026
c++
c++11
shared-ptr
smart-pointers
What is C++20 std::atomic<shared_ptr<T>> and std::atomic<weak_ptr<T>>? [duplicate]
Jun 21, 2026
c++
c++11
concurrency
atomic
smart-pointers
Multiple instances holds a reference to a unique_ptr
Jun 19, 2026
c++
smart-pointers
unique-ptr
Is there a good C++ memory management tutorial available, that covers shared_ptr, scoped_ptr, and weak_ptr? [duplicate]
Jun 18, 2026
c++
pointers
c++11
smart-pointers
c++-faq
Older Entries »