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
why there are template copy constructor and override operator function in auto_ptr?
Mar 15, 2023
c++
auto-ptr
How do I declare a dynamic array with std::auto_ptr?
Feb 24, 2023
c++
arrays
auto-ptr
C++ -- Is there an implicit cast here from Fred* to auto_ptr<Fred>?
Jan 23, 2023
c++
smart-pointers
auto-ptr
Should I explicitly zero initialize auto_ptr?
Jan 21, 2023
c++
auto-ptr
Can I create an array of auto_ptr?
Jan 14, 2023
c++
visual-studio-2010
visual-c++
auto-ptr
Is this a fine std::auto_ptr<> use case?
Dec 30, 2022
c++
auto-ptr
exception-safe
What is the difference between *ptr and *ptr.get() when using auto_ptr?
Dec 05, 2022
c++
smart-pointers
auto-ptr
auto_ptr pointing to a dynamic array
Dec 03, 2022
c++
auto-ptr
auto_ptr in a class not returning from a source function
Nov 13, 2022
c++
auto-ptr
Why does unique_ptr have an overload for auto_ptr?
Nov 03, 2022
c++
c++11
unique-ptr
auto-ptr
return value optimization vs auto_ptr for large vectors
Jun 01, 2022
c++
auto-ptr
rvo
auto_ptr Traps and Pitfalls
Feb 14, 2019
c++
auto-ptr
Singleton pattern: different behavior of auto_ptr and unique_ptr
May 21, 2022
c++
static
linker
singleton
auto-ptr
Returning a new object along with another value
Oct 28, 2022
c++
auto-ptr
Code Review question - should I allow this passing of an auto_ptr as parameter?
Oct 13, 2022
c++
coding-style
auto-ptr
Letting go of auto_ptr
Sep 30, 2022
c++
coding-style
smart-pointers
auto-ptr
std::move vs std::auto_ptr?
May 19, 2019
c++
c++11
std
rvalue-reference
auto-ptr
Which kind of (auto) pointer to use?
Aug 11, 2022
c++
pointers
auto-ptr
Delete raw pointer argument to boost::bind
Dec 22, 2020
c++
memory-management
boost-bind
auto-ptr
boost-function
The "most important const" vs. auto_ptr: Why the code does not compile?
Oct 29, 2022
c++
c++11
auto-ptr
c++98
Older Entries »