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 language-lawyer
constructor delegates to itself in g++ & clang++
Jan 08, 2023
c++
c++11
constructor
language-lawyer
delegating-constructor
Does joining a member thread accessing other members of its parent class in the parent's destructor result in undefined behavior?
Jan 07, 2023
c++
multithreading
c++11
language-lawyer
undefined-behavior
Is running a binary generated from a code with "constraint violation" actually undefined behaviour?
Jan 07, 2023
c
language-lawyer
Why doesn't this assignment throw a ReferenceError?
Jan 05, 2023
javascript
reference
language-lawyer
cin overwriting my initialized value when it reads wrong type? [duplicate]
Jan 07, 2023
c++
c++11
language-lawyer
cin
Initializing a vector from iterators of a container of a different type
Jan 06, 2023
c++
vector
iterator
language-lawyer
What does POSIX mean by "two's complement representation" in stdint.h?
Jan 06, 2023
c
posix
language-lawyer
Is reading one-past-the-end pointer allowed in a constant expression when short-circuit disable its evaluation
Jan 05, 2023
c++
language-lawyer
short-circuiting
constant-expression
C++ nrvo/copy elision with return statement in parentheses
Jan 05, 2023
c++
language-lawyer
copy-elision
nrvo
Is shifting std::bitset<N> more than N positions undefined behavior?
Jan 05, 2023
c++
c++11
c++14
language-lawyer
bit-shift
Can anyone show an example where this precedence matters?
Jan 02, 2023
c
language-lawyer
operator-precedence
Where in the C++ standard does it state that the default constructor is not generated when the copy constructor is deleted?
Dec 26, 2022
c++
c++11
constructor
language-lawyer
Was `long` guaranteed to be as wide as `size_t`
Dec 27, 2022
c
language-lawyer
c89
Different behavior observed with constexpr auto/char-array variable
Dec 27, 2022
c++
c++11
language-lawyer
constexpr
auto
Integer overflow and order of operations
Dec 27, 2022
c++
operators
language-lawyer
multiplication
associativity
Is `free(a_comparable_pointer)` well defined or UB?
Dec 26, 2022
c
language-lawyer
Invoking a static member function on non-existing object
Dec 26, 2022
c++
static
language-lawyer
Taking the address of a function from within that function
Dec 25, 2022
c
language-lawyer
Lifetime of a temporary captured by reference in a closure stored in a class
Dec 25, 2022
c++
language-lawyer
c++17
lifetime
temporary-objects
Is writing then reading different union members undefined according to the C standard? [duplicate]
Dec 25, 2022
c
language-lawyer
« Newer Entries
Older Entries »