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
Are all non-member function pointers the same size in C++
Jan 26, 2023
c++
language-lawyer
function-pointers
sizeof
reinterpret-cast
Why C++ allows repeated + operators, like in x = 1 + + + + + + + + 2;
Jan 27, 2023
c++
language-lawyer
grammar
Is a variable that is about to go out of scope an lvalue or an xvalue?
Jan 27, 2023
c++
language-lawyer
move-semantics
lvalue
xvalue
Is the compiler allowed to modify padding bytes
Jan 27, 2023
c
language-lawyer
padding
Why is the deletion of an incomplete type defined as "undefined behaviour"?
Jan 12, 2023
c++
language-lawyer
Is it safe to use operator [] for std::string
Jan 11, 2023
c++
language-lawyer
Why is implicit pointer of pointer to pointer conversion legal?
Jan 11, 2023
c
pointers
language-lawyer
Overwriting an object with an object of same type
Jan 10, 2023
c++
constants
language-lawyer
memcpy
placement-new
Does the address of the array equal to that of its first element in C++?
Jan 10, 2023
c++
arrays
language-lawyer
memory-address
Retry local static variable initialization after exception
Jan 09, 2023
c++
language-lawyer
C standard prohibition on warnings by default
Jan 09, 2023
c
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
« Newer Entries
Older Entries »