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 auto-ptr
Is get() reliable when an auto_ptr is uninitialized?
Jun 13, 2022
c++
c++03
auto-ptr
Passing an auto_ptr to a function effectively makes it a sink. Why?
Sep 25, 2022
c++
auto-ptr
How could one implement std::auto_ptr's copy constructor?
Nov 08, 2022
c++
smart-pointers
copy-constructor
auto-ptr
Why vector.push_back(auto_ptr) wouldn't compile?
May 05, 2020
c++
stl
auto-ptr
convert shared_ptr to auto_ptr?
Oct 16, 2022
c++
shared-ptr
auto-ptr
What's the best way to return something like a collection of `std::auto_ptr`s in C++03?
Sep 23, 2022
c++
memory-management
collections
auto-ptr
c++03
Why can't I have an auto_ptr in an Exception class
Oct 12, 2017
c++
exception
auto-ptr
std::auto_ptr, delete[] and leaks
Aug 18, 2022
c++
memory-leaks
auto-ptr
Can i pass auto_ptr by reference to functions?
Sep 04, 2017
c++
smart-pointers
auto-ptr
Compilation problems with vector<auto_ptr<> >
Sep 14, 2022
c++
stl
vector
g++
auto-ptr
Is there a contradiction between these two sources about the `auto_ptr` template class?
Apr 05, 2021
c++
auto-ptr
What is the difference between auto pointers and shared pointers in C++
Apr 28, 2019
c++
shared-ptr
smart-pointers
auto-ptr
How do use a std::auto_ptr in a class you have to copy construct?
Feb 19, 2022
c++
smart-pointers
auto-ptr
auto_ptr or shared_ptr equivalent in managed C++/CLI classes
Sep 11, 2022
c++-cli
smart-pointers
auto-ptr
what is auto_ptr_ref, what it achieves and how it achieves it
Mar 13, 2021
c++
stl
auto-ptr
how to test whether auto pointer is null?
Nov 07, 2022
c++
auto-ptr
Is it true that a unique_ptr declaration, unlike a auto_ptr declaration, is well-defined when its template type is of an incomplete type?
Mar 09, 2022
c++
c++11
language-lawyer
unique-ptr
auto-ptr
C++: auto_ptr + forward declaration?
Jul 09, 2019
c++
memory-management
pointers
shared-ptr
auto-ptr
Is it wrong to use auto_ptr with new char[n]
Sep 06, 2022
c++
stl
memory-leaks
auto-ptr
Is there any reason to use auto_ptr?
Sep 18, 2022
c++
stl
smart-pointers
auto-ptr
« Newer Entries
Older Entries »