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 unique-ptr
C++ stack with unique_ptr
Sep 20, 2025
c++
unique-ptr
What do I Need to Return an Object with a unique_ptr Member?
Sep 18, 2025
c++
return
copy-constructor
unique-ptr
virtual-destructor
Smart pointers for graph representation (vertex neighbors) in C++11
Sep 18, 2025
c++11
graph
shared-ptr
unique-ptr
adjacency-list
Why cant I swap a unique_ptr with a unique_ptr returned by a function?
Sep 16, 2025
c++
visual-studio-2012
unique-ptr
Can I throw a unique_ptr?
Sep 16, 2025
c++
exception
stl
unique-ptr
C++ map brace initialization and unique ptr
Sep 15, 2025
c++
dictionary
c++14
std
unique-ptr
Moving a unique pointer - undefined behavior on cppreference?
Sep 15, 2025
c++
language-lawyer
unique-ptr
move-semantics
unique_ptr inside a variant. Is it safe to use?
Sep 15, 2025
c++
unique-ptr
variant
Convenient type-inferring way to reassign `unique_ptr` value with new object
Sep 13, 2025
c++
c++14
unique-ptr
Why does default move constructor need default-deleter of class used in unique_ptr?
Sep 07, 2025
c++
visual-studio-2015
unique-ptr
move-constructor
passing unique_ptr to a function by reference
Sep 08, 2025
c++
smart-pointers
unique-ptr
How to cast vector of unique_ptr in a more generic way
Sep 05, 2025
c++
vector
polymorphism
unique-ptr
Memory leak despite destructor call using static unique_ptr
Mar 24, 2023
c++
memory-leaks
static
unique-ptr
C++ Pimpl Idiom Incomplete Type using std::unique_ptr
Mar 19, 2023
c++
c++11
unique-ptr
pimpl-idiom
incomplete-type
Can't assign iterator with no viable overloaded '=' error
Mar 19, 2023
c++
stl
unique-ptr
Assign derived class unique_ptr to base class unique_ptr
Mar 13, 2023
c++
oop
c++11
unique-ptr
Compilation error when trying to find_if an unique_ptr in a vector
Mar 13, 2023
c++
gcc
unique-ptr
Recommended way to make std::unique_ptr of array type without value initialization?
Mar 09, 2023
c++
memory-management
smart-pointers
unique-ptr
Why is the memory created via unique_ptr not being deleted properly when reset() is called?
Mar 08, 2023
c++
memory
unique-ptr
Why unique_ptr requires complete type in constructor?
Sep 03, 2025
c++
c++11
stl
unique-ptr
incomplete-type
Older Entries »