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++ Vector of unique pointers practice
May 04, 2022
c++
c++11
vector
c++14
unique-ptr
Will the original object get deleted if I return a unique_ptr?
Mar 11, 2018
c++
unique-ptr
Referring to a "std::unique_ptr" that you don't own (use a raw pointer?)
Sep 12, 2022
c++
c++11
shared-ptr
unique-ptr
weak-ptr
Is it dangerous to have a cast operator on a unique_ptr?
Jul 13, 2022
c++
c++11
unique-ptr
vector<unique_ptr<A> > using initialization list
Jul 19, 2019
c++
c++11
constructor
containers
unique-ptr
Correct usage of unique_ptr in class member
Apr 29, 2022
c++
c++11
c++14
unique-ptr
Using unique_ptr instead of shared_ptr in BST
Aug 31, 2019
c++
c++11
binary-search-tree
shared-ptr
unique-ptr
C++ shared_ptr vs. unique_ptr for resource management
Jul 06, 2022
c++
shared-ptr
smart-pointers
unique-ptr
resourcemanager
Why shouldn't I use shared_ptr and unique_ptr always and instead use normal pointers?
Sep 14, 2022
c++
shared-ptr
unique-ptr
Pointer to unique_ptr - is this a loophole?
Nov 17, 2022
c++
unique-ptr
Example of memory leak in c++ (by use of exceptions) [duplicate]
Oct 17, 2022
c++
memory-leaks
dynamic-memory-allocation
unique-ptr
How to insert elements into a multidimensional vector of unique pointers?
Jan 18, 2021
c++
c++11
smart-pointers
unique-ptr
How to make a class with a member of unique_ptr work with std::move and std::swap?
Jul 14, 2018
c++
unique-ptr
Possible bug in unique_ptr implementation [duplicate]
Nov 02, 2022
c++
c++11
unique-ptr
Memory managing container design issue - items require inheritance
Aug 31, 2022
c++
memory
c++11
unique-ptr
Why unique_ptr doesn't prevent slicing of custom deleter?
Nov 13, 2022
c++
unique-ptr
object-slicing
heap corruption when leaving scope with unique_ptr
Dec 21, 2017
c++
scope
c++11
unique-ptr
Templated Function that works for iterators over raw pointers as well as iterators over unique_ptrs
Mar 13, 2022
c++
templates
c++11
iterator
unique-ptr
How to insert several unique_ptrs into vector at once
Aug 21, 2022
c++
vector
unique-ptr
Find a pointer T* in std::unordered_set<std::unique_ptr> (C++20)
Sep 14, 2022
c++
unique-ptr
c++20
unordered-set
« Newer Entries
Older Entries »