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 object-lifetime
Implicit destructor execution in function calling
Nov 08, 2022
c++
language-lawyer
destructor
temporary
object-lifetime
Passing the "this" pointer to other class/function in destructor
Oct 27, 2022
c++
c++11
this
destructor
object-lifetime
What is expected lifetime of std::intializer_list object in C++14?
Sep 12, 2022
c++
c++14
language-lawyer
initializer-list
object-lifetime
What's the point of temporary bound to a member lifetime statement in C++ Standard?
Dec 30, 2017
c++
object-lifetime
How long does a string constant live in c++?
Aug 26, 2022
c++
pointers
constants
string-literals
object-lifetime
Warning C4172: Returning a reference to const std::string bound to a local variable. How safe is it?
Jan 13, 2022
c++
compiler-warnings
object-lifetime
const-reference
Get notification of object disposal/destruction
Jan 14, 2022
c#
.net
clr
object-lifetime
Is there any research on (or better use of) of RAII in GC languages?
Dec 22, 2021
garbage-collection
using-statement
raii
with-statement
object-lifetime
Variation on the type punning theme: in-place trivial construction
Apr 27, 2022
c++
language-lawyer
reinterpret-cast
object-lifetime
placement-new
How to extend lifetime of the local variable or what is right way to use references
Nov 01, 2022
c++
c++11
reference
move
object-lifetime
Can a const int ref in a constructor safely bind to a literal?
Mar 14, 2022
c++
reference
language-lawyer
temporary
object-lifetime
Who owns wrapped streams (e.g. TextWriter) in .NET?
May 11, 2022
c#
.net
stream
object-lifetime
objectdisposedexception
Android - is onDestroy supposed to destroy the activity, its variables and free up memory
Aug 19, 2022
android
memory
lifecycle
object-lifetime
ondestroy
c++ Dependency Injection: Object lifetimes?
Nov 16, 2022
c++
dependency-injection
object-lifetime
Why does the variable not live long enough?
Nov 16, 2022
rust
object-lifetime
lifetime
Does destroying and recreating an object make all pointers to this object invalid?
Jul 19, 2017
c++
pointers
destructor
object-lifetime
Moving temporary objects into a vector
Nov 17, 2022
c++
c++11
object-lifetime
Extending temporary's lifetime, works with block-scoped aggregate, but not through `new`; why?
Mar 26, 2020
c++
c++11
language-lawyer
object-lifetime
Is a const reference bound to another reference which is cast from temporary a dangling reference?
Jun 22, 2021
c++
language-lawyer
object-lifetime
reference-binding
C++: lifetime of an object and external functions
Nov 13, 2022
c++
constructor
language-lawyer
object-lifetime
« Newer Entries
Older Entries »